https://github.com/ctgk/rlpy
Unofficial implementation of Reinforcement Learning by Python
https://github.com/ctgk/rlpy
Last synced: 2 months ago
JSON representation
Unofficial implementation of Reinforcement Learning by Python
- Host: GitHub
- URL: https://github.com/ctgk/rlpy
- Owner: ctgk
- License: mit
- Created: 2021-08-05T11:05:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T22:47:41.000Z (over 3 years ago)
- Last Synced: 2025-01-12T13:52:35.943Z (4 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Reinforcement Learning
Unofficial implementation of Reinforcement Learning by Python
## Getting Started
1. Installation process
1. Software dependencies
1. Latest releases
1. API references## Changelog
Please read the [changelog](CHANGELOG.md) to check any notable changes of this project.
## Contributing
Please read the [contribution guidelines](CONTRIBUTING.md) before starting work on a pull request.