Metaseeker348 commited on
Commit
3ef0db3
·
verified ·
1 Parent(s): 35160ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -36,4 +36,16 @@ from your_model_file import PolicyNetwork # replace with your actual class name
36
 
37
  model = PolicyNetwork()
38
  model.load_state_dict(torch.load("ppo_cartpole.pt"))
39
- model.eval()
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  model = PolicyNetwork()
38
  model.load_state_dict(torch.load("ppo_cartpole.pt"))
39
+ model.eval()
40
+
41
+
42
+ # PPO CartPole Agent 🏋️
43
+
44
+ This repository contains a PPO agent trained to solve the CartPole-v1 environment using PyTorch and Gymnasium.
45
+
46
+ ## 🎥 Episode Demo
47
+
48
+ <video controls width="600">
49
+ <source src="ppo-episode-0.mp4" type="video/mp4">
50
+ Your browser does not support the video tag.
51
+ </video>