-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
erupt-gym
to work with gymnasium (#37)
* Make gymnasium work * Remove tfevents * wip * Remove prints * Fmt * Remove experiment name from config * Add experiment name to args parsing * Update docs
- Loading branch information
Showing
8 changed files
with
17 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ game_kind: 'LunarLander-v2' | |
game_config: | ||
env_count: 10 | ||
continuous: true | ||
render_mode: "human" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# Gym bindings for Erupt | ||
|
||
This contains the bindings for training with Gym on Erupt. | ||
This contains the bindings for training with Gymnasium on Erupt. | ||
|
||
## Running from inside Pants | ||
|
||
`pants run //src/py/erupt-gym:train -- --help` | ||
`pants run //src/py/erupt-gym:train -- -c config/file/relative/to-repo-root` | ||
`pants run cmd:train -- configurations/gym-lunarlander.yaml configurations/temp_artifact_location/` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters