Mr8bit commited on
Commit
fcca598
·
verified ·
1 Parent(s): e127a47

Upload folder using huggingface_hub

Browse files
Files changed (8) hide show
  1. actor.pth +3 -0
  2. actor_opt.pth +3 -0
  3. best_meta.json +1 -0
  4. config.json +1 -0
  5. critic.pth +3 -0
  6. critic_opt.pth +3 -0
  7. ret_rms.npz +3 -0
  8. train_state.json +1 -0
actor.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a91c76a7c421d7f5c35a6f0b880957144d86a44d1c5b6a92fad15b0e075161c
3
+ size 273769
actor_opt.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42d6e14b2eae3a3f273ebfa84ec678c311760f8413975983a12dc3e75cae0646
3
+ size 548367
best_meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"eval_reward": 0.9137129187583923, "episode": 7510, "saved_at": "2026-01-02T02:34:47.295728"}
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"env": {"name": "tensoraerospace.envs.b747_vec_torch.ImprovedB747VecEnvTorch", "params": {"num_envs": 64, "dt": 0.1, "tn": 20.0, "initial_state": [0.0, 0.0, 0.0, 0.0], "device": "cuda", "seed": 1, "auto_reset": true, "step_randomization": {"amplitude_deg_range": [1.0, 1.0], "min_abs_amplitude_deg": 1.0, "step_time_sec_range": [5.0, 5.0], "ref_change_threshold_rad": 0.0017453292519943296, "min_step_amp_rad": 0.008726646259971648}, "action_space": "Box(-1.0, 1.0, (1,), float32)", "observation_space": "Box(-1.0, 1.0, (4,), float32)"}}, "policy": {"name": "tensoraerospace.agent.ppo.model.PPO", "params": {"gamma": 0.995, "max_episodes": 90000, "rollout_len": 256, "clip_pram": 0.15, "num_epochs": 2, "batch_size": 16384, "entropy_coef": 0.01, "actor_lr": 0.0001, "critic_lr": 0.0002, "gae_lambda": 0.95, "max_grad_norm": 0.5, "target_kl": 0.01, "normalize_obs": false, "normalize_reward": true, "actor_hidden_dim": 256, "critic_hidden_dim": 256, "actor_log_std_min": -5.0, "actor_log_std_max": -1.5, "eval_freq": 10, "seed": 336699, "log_dir": "runs/b747_vec64_step", "save_best_model": true, "best_model_dir": "b747_vec64_step_best", "save_best_async": true}}}
critic.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77522f2d81f81d134ac35c5905f137da00e74ee7edac9bbdcc7127733d63ce93
3
+ size 272249
critic_opt.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a6210fe31beb0d963d27b8d65302916ed28e13af7cb7c3b74b9c139bf398318
3
+ size 544853
ret_rms.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5410b1b1e2a8fae70c470133d922ba859e5d74cdf673685c9ec668f2e38ac5
3
+ size 766
train_state.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"best_reward": 0.9137129187583923, "last_eval_reward": 0.9137129187583923, "episode": 7510, "saved_at": "2026-01-02T02:34:47.295728"}