Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create cleanrl.md
  • Loading branch information
simoninithomas authored Oct 23, 2022
commit d509c53c79752518ead11c2b94245028874f3974
24 changes: 24 additions & 0 deletions docs/hub/cleanrl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Using CleanRL at Hugging Face

[CleanRL](https://github.com/vwxyzjn/cleanrl) is a Deep Reinforcement Learning library that provides high-quality single-file implementation with research-friendly features.

## Exploring Stable-Baselines3 in the Hub

You can find CleanRL models by filtering at the left of the [models page](https://huggingface.co/models?library=cleanrl).

All models on the Hub come up with useful features:
1. An automatically generated model card with a description, a training configuration, and more.
2. Metadata tags that help for discoverability.
3. A video widget where you can watch your agent performing.

## Using existing models
WIP

## Sharing your models
WIP


## Additional resources
- CleanRL [documentation](https://docs.cleanrl.dev/)