andrewzhang505 commited on
Commit
c6753a4
1 Parent(s): 0eafdd2

Upload . with huggingface_hub

Browse files
.summary/0/events.out.tfevents.1669678033.brain3.usc.edu ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfab71032583b33b5b143cd7fcb05a540a0fcb502c84642c09d70702cefe8ac7
3
+ size 485564
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: sample-factory
3
+ tags:
4
+ - deep-reinforcement-learning
5
+ - reinforcement-learning
6
+ - sample-factory
7
+ ---
8
+
9
+ A(n) **APPO** model trained on the **Ant** environment.
10
+
11
+ This model was trained using Sample-Factory 2.0: https://github.com/alex-petrenko/sample-factory.
12
+ Documentation for how to use Sample-Factory can be found at https://www.samplefactory.dev/
13
+
14
+
15
+ ## Downloading the model
16
+
17
+ After installing Sample-Factory, download the model with:
18
+ ```
19
+ python -m sample_factory.huggingface.load_from_hub -r andrewzhang505/ant_test3
20
+ ```
21
+
22
+
checkpoint_p0/best_000011912_97583104_reward_11768.932.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6b5deab3babeacd31342aa3c16df0af6ca894806ebc91072c5580aaf6018158
3
+ size 11407125
checkpoint_p0/checkpoint_000012072_98893824.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e91bec012b46892eceb9d668ac11087f0b72e81fd2aece5531f39f545e017dcd
3
+ size 11407125
checkpoint_p0/checkpoint_000012216_100073472.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d2d45c1fc6409bb5c66299476148405b69858e34a4ada1346a5ec6950de521c
3
+ size 11407125
config.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "help": false,
3
+ "algo": "APPO",
4
+ "env": "Ant",
5
+ "experiment": "01_v079_basic_ige_see_3090204_env_Ant_u.rnn_True_rec_16",
6
+ "train_dir": "./train_dir/v079_basic_ige/v079_basic_ige_slurm",
7
+ "restart_behavior": "resume",
8
+ "device": "gpu",
9
+ "seed": 3090204,
10
+ "num_policies": 1,
11
+ "async_rl": false,
12
+ "serial_mode": true,
13
+ "batched_sampling": true,
14
+ "num_batches_to_accumulate": 2,
15
+ "worker_num_splits": 1,
16
+ "policy_workers_per_policy": 1,
17
+ "max_policy_lag": 1000,
18
+ "num_workers": 1,
19
+ "num_envs_per_worker": 1,
20
+ "batch_size": 32768,
21
+ "num_batches_per_epoch": 2,
22
+ "num_epochs": 4,
23
+ "rollout": 16,
24
+ "recurrence": 16,
25
+ "shuffle_minibatches": false,
26
+ "gamma": 0.99,
27
+ "reward_scale": 0.01,
28
+ "reward_clip": 1000.0,
29
+ "value_bootstrap": true,
30
+ "normalize_returns": true,
31
+ "exploration_loss_coeff": 0.0,
32
+ "value_loss_coeff": 2.0,
33
+ "kl_loss_coeff": 0.0,
34
+ "exploration_loss": "entropy",
35
+ "gae_lambda": 0.95,
36
+ "ppo_clip_ratio": 0.2,
37
+ "ppo_clip_value": 1.0,
38
+ "with_vtrace": false,
39
+ "vtrace_rho": 1.0,
40
+ "vtrace_c": 1.0,
41
+ "optimizer": "adam",
42
+ "adam_eps": 1e-06,
43
+ "adam_beta1": 0.9,
44
+ "adam_beta2": 0.999,
45
+ "max_grad_norm": 0.0,
46
+ "learning_rate": 0.0003,
47
+ "lr_schedule": "kl_adaptive_epoch",
48
+ "lr_schedule_kl_threshold": 0.008,
49
+ "obs_subtract_mean": 0.0,
50
+ "obs_scale": 1.0,
51
+ "normalize_input": true,
52
+ "normalize_input_keys": null,
53
+ "decorrelate_experience_max_seconds": 0,
54
+ "decorrelate_envs_on_one_worker": true,
55
+ "actor_worker_gpus": [
56
+ 0
57
+ ],
58
+ "set_workers_cpu_affinity": true,
59
+ "force_envs_single_thread": false,
60
+ "default_niceness": 0,
61
+ "log_to_file": true,
62
+ "experiment_summaries_interval": 3,
63
+ "flush_summaries_interval": 30,
64
+ "stats_avg": 100,
65
+ "summaries_use_frameskip": true,
66
+ "heartbeat_interval": 10,
67
+ "heartbeat_reporting_interval": 60,
68
+ "train_for_env_steps": 100000000,
69
+ "train_for_seconds": 10000000000,
70
+ "save_every_sec": 15,
71
+ "keep_checkpoints": 2,
72
+ "load_checkpoint_kind": "latest",
73
+ "save_milestones_sec": -1,
74
+ "save_best_every_sec": 5,
75
+ "save_best_metric": "reward",
76
+ "save_best_after": 5000000,
77
+ "benchmark": false,
78
+ "encoder_mlp_layers": [
79
+ 256,
80
+ 128,
81
+ 64
82
+ ],
83
+ "encoder_conv_architecture": "convnet_simple",
84
+ "encoder_conv_mlp_layers": [
85
+ 512
86
+ ],
87
+ "use_rnn": true,
88
+ "rnn_size": 512,
89
+ "rnn_type": "gru",
90
+ "rnn_num_layers": 1,
91
+ "decoder_mlp_layers": [],
92
+ "nonlinearity": "elu",
93
+ "policy_initialization": "torch_default",
94
+ "policy_init_gain": 1.0,
95
+ "actor_critic_share_weights": true,
96
+ "adaptive_stddev": false,
97
+ "continuous_tanh_scale": 0.0,
98
+ "initial_stddev": 1.0,
99
+ "use_env_info_cache": true,
100
+ "env_gpu_actions": true,
101
+ "env_gpu_observations": true,
102
+ "env_frameskip": 1,
103
+ "env_framestack": 1,
104
+ "pixel_format": "CHW",
105
+ "use_record_episode_statistics": false,
106
+ "with_wandb": true,
107
+ "wandb_user": null,
108
+ "wandb_project": "sample_factory",
109
+ "wandb_group": "sf2_v079_basic_ige",
110
+ "wandb_job_type": "SF",
111
+ "wandb_tags": [
112
+ "v079_basic_ige"
113
+ ],
114
+ "with_pbt": false,
115
+ "pbt_mix_policies_in_one_env": true,
116
+ "pbt_period_env_steps": 5000000,
117
+ "pbt_start_mutation": 20000000,
118
+ "pbt_replace_fraction": 0.3,
119
+ "pbt_mutation_rate": 0.15,
120
+ "pbt_replace_reward_gap": 0.1,
121
+ "pbt_replace_reward_gap_absolute": 1e-06,
122
+ "pbt_optimize_gamma": false,
123
+ "pbt_target_objective": "true_objective",
124
+ "pbt_perturb_min": 1.1,
125
+ "pbt_perturb_max": 1.5,
126
+ "env_agents": -1,
127
+ "obs_key": "obs",
128
+ "subtask": null,
129
+ "ige_api_version": "preview4",
130
+ "eval_stats": false,
131
+ "command_line": "--actor_worker_gpus 0 --wandb_project=sample_factory --train_for_env_steps=100000000 --with_wandb=True --wandb_tags v079_basic_ige --wandb_group=sf2_v079_basic_ige --seed=3090204 --env=Ant --use_rnn=True --recurrence=16 --experiment=01_v079_basic_ige_see_3090204_env_Ant_u.rnn_True_rec_16 --train_dir=./train_dir/v079_basic_ige/v079_basic_ige_slurm",
132
+ "cli_args": {
133
+ "env": "Ant",
134
+ "experiment": "01_v079_basic_ige_see_3090204_env_Ant_u.rnn_True_rec_16",
135
+ "train_dir": "./train_dir/v079_basic_ige/v079_basic_ige_slurm",
136
+ "seed": 3090204,
137
+ "recurrence": 16,
138
+ "actor_worker_gpus": [
139
+ 0
140
+ ],
141
+ "train_for_env_steps": 100000000,
142
+ "use_rnn": true,
143
+ "with_wandb": true,
144
+ "wandb_project": "sample_factory",
145
+ "wandb_group": "sf2_v079_basic_ige",
146
+ "wandb_tags": [
147
+ "v079_basic_ige"
148
+ ]
149
+ },
150
+ "git_hash": "0b1d3fc4f93b814b0987f4f5ac91119ac2078725",
151
+ "git_repo_name": "https://github.com/andrewzhang505/sample-factory.git",
152
+ "wandb_unique_id": "01_v079_basic_ige_see_3090204_env_Ant_u.rnn_True_rec_16_20221128_152709_172127"
153
+ }