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)
- Host: GitHub
- URL: https://github.com/heardacat/plaid-rl
- Owner: HeardACat
- License: mit
- Created: 2021-08-08T23:00:16.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T00:20:32.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T16:40:30.306Z (3 months ago)
- Language: Python
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```