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
- Host: GitHub
- URL: https://github.com/mountain/affordable
- Owner: mountain
- License: mit
- Created: 2020-12-15T19:05:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T20:24:04.000Z (over 5 years ago)
- Last Synced: 2025-02-25T03:19:18.525Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```