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

https://github.com/heardacat/plaid-rl

RL but for plaidml - based on RLKit (forked)
https://github.com/heardacat/plaid-rl

Last synced: 3 months ago
JSON representation

RL but for plaidml - based on RLKit (forked)

Awesome Lists containing this project

README

        

# Reinforcement Learning for PlaidML

RL but for plaidml - based on rlkit (forked)

**installing** - for testing purposes only; wouldn't use this for prod

```sh
pip install -e .
```

**dependencies** - (non-exhaustive)

```sh
pip install gym plaidml pytorch gtimer python-dateutil
```