Metadata-Version: 2.1
Name: qwertyenv
Version: 0.1.0
Summary: Gym and PettingZoo environments (Reinforcement Learning)
Home-page: https://github.com/zbenmo/qwertyenv
Author: Oren Zeev-Ben-Mordehai
Author-email: zbenmo@gmail.com
License: BSD 3-Clause License
Keywords: Gym,Gym environments,Black Jack,Collect Coins (Chesss like),Reinforcement Learning,Gym Wrappers,PettingZoo,MARL,Gymnasium
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Provides-Extra: examples
Provides-Extra: tests

# qwertyenv
Gym 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 rock.

> 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).
