jatinror commited on
Commit
40d621f
·
verified ·
1 Parent(s): a4d9d34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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
+ -