You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
We have released a challenging [OpenAI Gym](https://gym.openai.com/) compatible environment. The best strategy for this environment is to have both episodic and semantic memory systems. See the paper for more information.
4
4
5
+
This env is added to the PyPI server:
6
+
```sh
7
+
pip install room-env
8
+
```
9
+
5
10
## Data collection
6
11
7
12
Data is collected from querying ConceptNet APIs. For simplicity, we only collect triples
@@ -86,6 +91,10 @@ Contributions are what make the open source community such an amazing place to b
86
91
1. Push to the Branch (`git push origin feature/AmazingFeature`)
0 commit comments