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

https://github.com/snakehacker/rlzoo


https://github.com/snakehacker/rlzoo

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# RLZoo

# Environment
```
conda create -n rl python=3.9
conda activate rl

pip install -r requirements.txt
```