An open API service indexing awesome lists of open source software.

https://github.com/mountain/affordable

An abstraction layer to facilitate RL environment developing
https://github.com/mountain/affordable

Last synced: over 1 year ago
JSON representation

An abstraction layer to facilitate RL environment developing

Awesome Lists containing this project

README

          

# Affordable

An abstraction layer to facilitate RL environment developing.

Concepts
---------------

* Game
* World
* Agent
* Affordable
* Action
* State
* Embedding

How to release
---------------

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

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