rohit23 commited on
Commit
fb25d5a
·
verified ·
1 Parent(s): 9bff35c

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +8 -6
  2. replay.mp4 +2 -2
  3. results.json +1 -1
README.md CHANGED
@@ -1,21 +1,23 @@
1
  ---
2
  tags:
3
- - LunarLander-v3
4
  - ppo
5
  - reinforcement-learning
6
  - custom-implementation
 
 
7
  model_index:
8
  - name: PPO (from scratch)
9
  results:
10
  - task:
11
  type: reinforcement-learning
12
  dataset:
13
- name: LunarLander-v3
14
- type: LunarLander-v3
15
  metrics:
16
  - type: mean_reward
17
- value: -26.96 +/- 97.17
18
  ---
19
- # PPO Agent playing LunarLander-v3
20
 
21
- This is a trained model of a PPO agent playing LunarLander-v3 (trained from scratch).
 
1
  ---
2
  tags:
3
+ - LunarLander-v2
4
  - ppo
5
  - reinforcement-learning
6
  - custom-implementation
7
+ - deep-rl-course
8
+ - gymnasium
9
  model_index:
10
  - name: PPO (from scratch)
11
  results:
12
  - task:
13
  type: reinforcement-learning
14
  dataset:
15
+ name: LunarLander-v2
16
+ type: LunarLander-v2
17
  metrics:
18
  - type: mean_reward
19
+ value: -14.47 +/- 68.73
20
  ---
21
+ # PPO Agent playing LunarLander-v2
22
 
23
+ This is a trained model of a PPO agent playing LunarLander-v2 (trained from scratch).
replay.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a332ef0522df4b7c524290366e457c30b2dd348a69845ab129cae6ecdc37cda
3
- size 126560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:302707fd3a02e30d75bc41dbe8d49400377b092904e1a42c0b877337b28b934d
3
+ size 148950
results.json CHANGED
@@ -1 +1 @@
1
- {"env_id": "LunarLander-v3", "mean_reward": -26.959697760446677, "std_reward": 97.16784758036188, "eval_datetime": "2026-03-26T13:03:59.076629"}
 
1
+ {"env_id": "LunarLander-v3", "mean_reward": -14.468979832827847, "std_reward": 68.73117029185856, "eval_datetime": "2026-03-26T22:23:13.195682"}