MattStammers commited on
Commit
096560b
1 Parent(s): 5871c45

Upload folder using huggingface_hub

Browse files
.summary/0/events.out.tfevents.1695283788.rhmmedcatt-ProLiant-ML350-Gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db2a6acba5f9659157ef958605364018ad1910dece59a004f78e1bab62b5b77e
3
+ size 336194
.summary/0/events.out.tfevents.1695284203.rhmmedcatt-ProLiant-ML350-Gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a080eeec0cabe2072182817bab729a7c6b94c70b88bd41425ecf400cf6717c7
3
+ size 40
.summary/0/events.out.tfevents.1695284225.rhmmedcatt-ProLiant-ML350-Gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11db8805c2c25d49e833978852b7b07ccc8b75a21048497ce99f850d70dcc324
3
+ size 1003119
.summary/1/events.out.tfevents.1695284203.rhmmedcatt-ProLiant-ML350-Gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc2f1e304910351d5bd38f2ada4d67f519c988f88aa6b6554b0f47b350ac5266
3
+ size 40
.summary/1/events.out.tfevents.1695284225.rhmmedcatt-ProLiant-ML350-Gen10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dfd2c6a72c506f6ad2e8a7d07b7668308405a025278ab7e0a9d11662d327859
3
+ size 906063
README.md CHANGED
@@ -15,7 +15,7 @@ model-index:
15
  type: mujoco_swimmer
16
  metrics:
17
  - type: mean_reward
18
- value: 42.85 +/- 1.52
19
  name: mean_reward
20
  verified: false
21
  ---
 
15
  type: mujoco_swimmer
16
  metrics:
17
  - type: mean_reward
18
+ value: 39.18 +/- 2.88
19
  name: mean_reward
20
  verified: false
21
  ---
checkpoint_p0/best_000007432_3805184_reward_50.301.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03dedcb91368abade2239aeae60fabab6cf2a2147839af29efb11170e1cdf0d4
3
+ size 72959
checkpoint_p0/checkpoint_000027016_13832192.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7309bee52a6f696c0c04fec9ac0fe3ed51fefe343cc856933efaf520140fd9
3
+ size 73351
checkpoint_p0/checkpoint_000027176_13914112.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a2c382f4ad4696109d197236e5a0fb65db098d5a1b7f5cb2b7bb8bd141b894
3
+ size 73351
checkpoint_p1/best_000004256_2179072_reward_119.367.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e30ae31df2c7bab5823859e31d15ec4e1bdc263dcbe499d1bbe0431326b5562
3
+ size 72959
checkpoint_p1/checkpoint_000019384_9924608.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:890e3d2924e815064ef185c52d6a2f535613f0870e0b2fcfd10dcd8a52fdc8e6
3
+ size 73223
checkpoint_p1/checkpoint_000019544_10006528.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f813fc16e313f3ba4097346f981db985ed8633b60fc9bfcf1125a3218a8a04fa
3
  size 73223
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb320a7d689e7df8f115fb8e68405e3ec678f4f6241b59d536895cc30669f80
3
  size 73223
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "rollout": 64,
24
  "recurrence": 1,
25
  "shuffle_minibatches": false,
26
- "gamma": 0.99,
27
  "reward_scale": 1,
28
  "reward_clip": 1000.0,
29
  "value_bootstrap": true,
@@ -105,7 +105,7 @@
105
  "with_wandb": true,
106
  "wandb_user": "matt-stammers",
107
  "wandb_project": "sample_factory",
108
- "wandb_group": "mujoco_swimmer",
109
  "wandb_job_type": "SF",
110
  "wandb_tags": [
111
  "mujoco"
@@ -122,13 +122,14 @@
122
  "pbt_target_objective": "true_objective",
123
  "pbt_perturb_min": 1.1,
124
  "pbt_perturb_max": 1.5,
125
- "command_line": "--env=mujoco_swimmer --experiment=Swimmer --train_dir=./train_dir",
126
  "cli_args": {
 
127
  "env": "mujoco_swimmer",
128
  "experiment": "Swimmer",
129
  "train_dir": "./train_dir"
130
  },
131
  "git_hash": "5fff97c2f535da5987d358cdbe6927cccd43621e",
132
  "git_repo_name": "not a git repository",
133
- "wandb_unique_id": "Swimmer_20230920_172455_968369"
134
  }
 
23
  "rollout": 64,
24
  "recurrence": 1,
25
  "shuffle_minibatches": false,
26
+ "gamma": 0.9999,
27
  "reward_scale": 1,
28
  "reward_clip": 1000.0,
29
  "value_bootstrap": true,
 
105
  "with_wandb": true,
106
  "wandb_user": "matt-stammers",
107
  "wandb_project": "sample_factory",
108
+ "wandb_group": "mujoco_swimmer_2",
109
  "wandb_job_type": "SF",
110
  "wandb_tags": [
111
  "mujoco"
 
122
  "pbt_target_objective": "true_objective",
123
  "pbt_perturb_min": 1.1,
124
  "pbt_perturb_max": 1.5,
125
+ "command_line": "--algo=APPO --env=mujoco_swimmer --experiment=Swimmer --train_dir=./train_dir",
126
  "cli_args": {
127
+ "algo": "APPO",
128
  "env": "mujoco_swimmer",
129
  "experiment": "Swimmer",
130
  "train_dir": "./train_dir"
131
  },
132
  "git_hash": "5fff97c2f535da5987d358cdbe6927cccd43621e",
133
  "git_repo_name": "not a git repository",
134
+ "wandb_unique_id": "Swimmer_20230921_091703_025123"
135
  }
git.diff CHANGED
The diff for this file is too large to render. See raw diff
 
replay.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a30177626c33b6c3c225284328386cfc68ecc24f1c05ed9f527b8fc4abd6004c
3
- size 6102389
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ceed1c6db2ef39e2fd4b8b6af0424f865fb7ea53b27854d346b3ff977dfe013
3
+ size 5506982
sf_log.txt CHANGED
The diff for this file is too large to render. See raw diff