Instructions to use jatinror/cartpole-ppo-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use jatinror/cartpole-ppo-agent with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="jatinror/cartpole-ppo-agent", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CartPole PPO Agent
|
| 2 |
|
| 3 |
This repository contains a **trained PPO (Proximal Policy Optimization) agent** for the **CartPole-v1** environment from OpenAI Gym.
|
|
@@ -23,3 +34,4 @@ The agent is trained to balance the pole on the cart as long as possible while m
|
|
| 23 |
git clone https://huggingface.co/jatinror/cartpole-ppo-agent
|
| 24 |
cd cartpole-ppo-agent
|
| 25 |
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- reinforcement-learning
|
| 5 |
+
- stable-baselines3
|
| 6 |
+
- ppo
|
| 7 |
+
- gym
|
| 8 |
+
library_name: stable-baselines3
|
| 9 |
+
task: reinforcement-learning
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# CartPole PPO Agent
|
| 13 |
|
| 14 |
This repository contains a **trained PPO (Proximal Policy Optimization) agent** for the **CartPole-v1** environment from OpenAI Gym.
|
|
|
|
| 34 |
git clone https://huggingface.co/jatinror/cartpole-ppo-agent
|
| 35 |
cd cartpole-ppo-agent
|
| 36 |
|
| 37 |
+
-
|