Skip to content

Commit

Permalink
Add a room_layout test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tae898 committed Jun 28, 2024
1 parent d3a85e6 commit 8d2d2db
Showing 8 changed files with 44 additions and 1,919 deletions.
3 changes: 3 additions & 0 deletions README-v2.md
Original file line number Diff line number Diff line change
@@ -55,6 +55,9 @@ while True:
rewards += reward
if done or truncated:
break

# You can also get the map of the rooms
room_layout = env.unwrapped.return_room_layout(exclude_walls=True)
```

Take a look at [this repo](https://github.com/humemai/humemai) for an actual
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -20,8 +20,6 @@ repo](https://github.com/humemai/humemai).
- ["A Machine With Human-Like Memory Systems"](https://arxiv.org/abs/2204.01611).
- ["A Machine with Short-Term, Episodic, and Semantic Memory
Systems"](https://doi.org/10.1609/aaai.v37i1.25075).
- ["Capturing Dynamic Knowledge Graphs with Human-like Memory Systems by Reinforcement
Learning"](<>).

## pdoc documentation

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 8d2d2db

Please sign in to comment.