humanoid.json 193 Bytes
Newer Older
Jacob Buckman's avatar
Jacob Buckman committed
1
2
3
4
5
6
7
8
9
10
11
12
{
  "updates": {
    "env": {
      "name": "Humanoid-v1",
      "obs_dims": [376],
      "action_dim": 17,
      "reward_scale":1.0,
      "discount":0.99,
      "max_frames": 1000
    }
  }
}