tsilva commited on
Commit
12eeb01
·
verified ·
1 Parent(s): 398a8d3

Upload artifacts/run-info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. artifacts/run-info.json +66 -0
artifacts/run-info.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "test-run",
3
+ "meta": {
4
+ "config": {
5
+ "env_id": "CartPole-v1",
6
+ "algo_id": "ppo",
7
+ "n_steps": 8,
8
+ "batch_size": 8,
9
+ "n_epochs": 1,
10
+ "max_epochs": 1,
11
+ "n_timesteps": 8,
12
+ "seed": 42,
13
+ "n_envs": 1,
14
+ "subproc": null,
15
+ "env_wrappers": [],
16
+ "env_kwargs": {},
17
+ "normalize_obs": false,
18
+ "normalize_reward": false,
19
+ "frame_stack": 1,
20
+ "obs_type": "rgb",
21
+ "hidden_dims": [
22
+ 64,
23
+ 64
24
+ ],
25
+ "activation": "tanh",
26
+ "policy": "MlpPolicy",
27
+ "policy_kwargs": {},
28
+ "policy_lr": 0.001,
29
+ "learning_rate": 0.001,
30
+ "learning_rate_schedule": "linear",
31
+ "max_grad_norm": 0.5,
32
+ "gamma": 0.98,
33
+ "gae_lambda": 0.8,
34
+ "ent_coef": 0.0,
35
+ "vf_coef": 0.5,
36
+ "clip_range": 0.2,
37
+ "clip_range_schedule": "linear",
38
+ "normalize_advantages": "batch",
39
+ "use_baseline": false,
40
+ "eval_freq_epochs": null,
41
+ "eval_warmup_epochs": 0,
42
+ "eval_episodes": null,
43
+ "eval_recording_freq_epochs": null,
44
+ "eval_async": false,
45
+ "eval_deterministic": true,
46
+ "reward_threshold": null,
47
+ "early_stop_on_eval_threshold": true,
48
+ "early_stop_on_train_threshold": false,
49
+ "log_per_env_eval_metrics": false,
50
+ "project_id": "CartPole-v1",
51
+ "checkpoint_dir": "checkpoints",
52
+ "resume": false,
53
+ "accelerator": "cpu",
54
+ "devices": null,
55
+ "normalize": null
56
+ },
57
+ "config_id": "CartPole-v1_ppo",
58
+ "representative_ckpt": null,
59
+ "videos": [],
60
+ "logs": [
61
+ "/home/tsilva/repos/tsilva/gymnasium-solver/runs/test-run/logs/training_20250816_221400_ppo_CartPole-v1.log",
62
+ "/home/tsilva/repos/tsilva/gymnasium-solver/runs/test-run/logs/training_20250816_221707_ppo_CartPole-v1.log"
63
+ ],
64
+ "metrics": {}
65
+ }
66
+ }