Skip to content

Commit

Permalink
add simple params
Browse files Browse the repository at this point in the history
  • Loading branch information
tae898 committed Apr 4, 2022
1 parent a211b04 commit 284628c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Start with your own parameters:

```python
env_params = {
"room_size": "large",
"weighting_mode": "highest",
"probs": {
"commonsense": 0.7,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = room_env
version = 0.1.4
version = 0.1.5
author = Taewoon Kim
author_email = [email protected]
description = The Room environment
Expand Down

0 comments on commit 284628c

Please sign in to comment.