prabhatkr commited on
Commit
67b258e
·
verified ·
1 Parent(s): 1e2f090

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - benchmark
4
+ - reinforcement-learning
5
+ - ppo
6
+ - robotics
7
+ - paramtatva
8
+ license: apache-2.0
9
+ ---
10
+
11
+ # MuJoCo Gymnasium v5 Benchmark
12
+
13
+ PPO evaluation benchmark on MuJoCo Gymnasium v5 locomotion and manipulation environments.
14
+
15
+ ## Tasks
16
+
17
+ | Task ID | Name |
18
+ |---------|------|
19
+ | hopper-v5 | Hopper-v5 |
20
+ | halfcheetah-v5 | HalfCheetah-v5 |
21
+ | walker2d-v5 | Walker2d-v5 |
22
+ | ant-v5 | Ant-v5 |
23
+ | humanoid-v5 | Humanoid-v5 |
24
+ | reacher-v5 | Reacher-v5 |
25
+
26
+ ## Usage
27
+
28
+ Submit evaluation results to this benchmark by adding `.eval_results/*.yaml` files
29
+ to your model repo, referencing this dataset's task IDs.
30
+
31
+ © 2026 ParamTatva.org