Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vermouth1992/rlutils-python
https://github.com/vermouth1992/rlutils-python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vermouth1992/rlutils-python
- Owner: vermouth1992
- License: apache-2.0
- Created: 2020-12-09T08:33:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T02:29:17.000Z (about 2 years ago)
- Last Synced: 2024-11-09T08:42:55.007Z (2 months ago)
- Language: Python
- Size: 20.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reinforcement Learning Utility and Algorithms
This package includes common utilities to build novel reinforcement learning algorithms. Users can use either Tensorflow
or Pytorch. It also contains existing algorithms serving as baselines.## Install
Note that the dependencies will not be installed automatically. Please check dependencies by running
```bash
python -m rlutils.check_dependencies
```## Documentation
TODO
## Implemented Algorithms
### Model-free
* [x] Soft actor-critic
* [x] TD3
* [x] PPO
* [x] TRPO## LICENSE
Apache License 2.0