ShaswatRobotics commited on
Commit
e7cfc4e
·
verified ·
1 Parent(s): 8f0b463

Create config.json

Browse files
Files changed (1) hide show
  1. ant/pwm/config.json +10 -0
ant/pwm/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "ant_pwm_world_model",
3
+ "env": "Ant-v5",
4
+ "model_type": "pwm",
5
+ "components": {
6
+ "encoder": "encoder.pt",
7
+ "dynamics": "transition.pt",
8
+ "reward": "reward.pt",
9
+ }
10
+ }