tsilva commited on
Commit
398a8d3
·
verified ·
1 Parent(s): 431dae7

Upload folder using huggingface_hub

Browse files
artifacts/configs/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env_id": "CartPole-v1",
3
+ "algo_id": "ppo",
4
+ "n_steps": 8,
5
+ "batch_size": 8,
6
+ "n_epochs": 1,
7
+ "max_epochs": 1,
8
+ "n_timesteps": 8,
9
+ "seed": 42,
10
+ "n_envs": 1,
11
+ "subproc": null,
12
+ "env_wrappers": [],
13
+ "env_kwargs": {},
14
+ "normalize_obs": false,
15
+ "normalize_reward": false,
16
+ "frame_stack": 1,
17
+ "obs_type": "rgb",
18
+ "hidden_dims": [
19
+ 64,
20
+ 64
21
+ ],
22
+ "activation": "tanh",
23
+ "policy": "MlpPolicy",
24
+ "policy_kwargs": {},
25
+ "policy_lr": 0.001,
26
+ "learning_rate": 0.001,
27
+ "learning_rate_schedule": "linear",
28
+ "max_grad_norm": 0.5,
29
+ "gamma": 0.98,
30
+ "gae_lambda": 0.8,
31
+ "ent_coef": 0.0,
32
+ "vf_coef": 0.5,
33
+ "clip_range": 0.2,
34
+ "clip_range_schedule": "linear",
35
+ "normalize_advantages": "batch",
36
+ "use_baseline": false,
37
+ "eval_freq_epochs": null,
38
+ "eval_warmup_epochs": 0,
39
+ "eval_episodes": null,
40
+ "eval_recording_freq_epochs": null,
41
+ "eval_async": false,
42
+ "eval_deterministic": true,
43
+ "reward_threshold": null,
44
+ "early_stop_on_eval_threshold": true,
45
+ "early_stop_on_train_threshold": false,
46
+ "log_per_env_eval_metrics": false,
47
+ "project_id": "CartPole-v1",
48
+ "checkpoint_dir": "checkpoints",
49
+ "resume": false,
50
+ "accelerator": "cpu",
51
+ "devices": null,
52
+ "normalize": null
53
+ }
artifacts/logs/training_20250816_221400_ppo_CartPole-v1.log ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Training Session Started ===
2
+ Timestamp: 2025-08-16 22:14:00
3
+ Log file: runs/test-run/logs/training_20250816_221400_ppo_CartPole-v1.log
4
+ Algorithm: ppo
5
+ Environment: CartPole-v1
6
+ Seed: 42
7
+ ==================================================
8
+
9
+ Configuration saved to: runs/test-run/configs/config.json
10
+ Stopping training at epoch 0 with 16 timesteps >= limit 8
11
+ Training completed in 0.01 seconds (0.00 minutes)
artifacts/logs/training_20250816_221707_ppo_CartPole-v1.log ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === Training Session Started ===
2
+ Timestamp: 2025-08-16 22:17:07
3
+ Log file: runs/test-run/logs/training_20250816_221707_ppo_CartPole-v1.log
4
+ Algorithm: ppo
5
+ Environment: CartPole-v1
6
+ Seed: 42
7
+ ==================================================
8
+
9
+ Configuration saved to: runs/test-run/configs/config.json
10
+ Stopping training at epoch 0 with 16 timesteps >= limit 8
11
+ Training completed in 0.01 seconds (0.00 minutes)