Reinforcement Learning
Transformers
CartPole-v1
reinforce
custom-implementation
deep-rl-class
Eval Results (legacy)
Instructions to use ChrisTho/my_rl_journey with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChrisTho/my_rl_journey with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ChrisTho/my_rl_journey", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Reinforce Agent playing CartPole-v1
This is a trained model of a Reinforce agent playing CartPole-v1 . To learn to use this model and train yours check Unit 4 of the Deep Reinforcement Learning Course: https://huggingface.co/deep-rl-course/unit4/introduction
- Downloads last month
- 2
Evaluation results
- mean_reward on CartPole-v1self-reported481.50 +/- 55.50