Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vermouth1992/rlutils-python


https://github.com/vermouth1992/rlutils-python

Last synced: about 2 months ago
JSON representation

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