affordable

Affordable is an abstraction layer to facilitate RL environment developing


License
MIT
Install
pip install affordable==0.0.1

Documentation

Affordable

An abstraction layer to facilitate RL environment developing.

Concepts

  • Game
  • World
  • Agent
    • Affordable
      • Action
      • State
  • Embedding

How to release

python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

git tag va.b.c master
git push origin va.b.c