https://github.com/zbenmo/qwertyenv
Gym environments (Reinforcement Learning)
https://github.com/zbenmo/qwertyenv
Last synced: 2 months ago
JSON representation
Gym environments (Reinforcement Learning)
- Host: GitHub
- URL: https://github.com/zbenmo/qwertyenv
- Owner: zbenmo
- Created: 2022-12-22T15:01:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T14:05:52.000Z (almost 3 years ago)
- Last Synced: 2024-08-09T04:08:55.983Z (over 1 year ago)
- Language: Python
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qwertyenv
Gym/Gymnasium environments (Reinforcement Learning)
Black Jack (from RLBook2018)
Collect Coins (Chess like)
"Ensure Valid Action" Gym wrapper.
"Up/Down/Left/Right" Gym wrapper - relevant for example for the Collect Coins environment when the piece is a (simplified) rock.
Wrapping a PettingZoo environment into a Gymnasium environment by stating which is the "external agent" and by providing a mechanism to fetch the actions for all other agents: "aec_to_gymnasium" and "parallel_to_gymnasium".
> pip install qwertyenv
Example usages for the Black Jack environment and for the Collect Coins environment can be found on github (the project's home).
Read more in [qwertyenv on github.io](https://zbenmo.github.io/qwertyenv).