update projects

This commit is contained in:
johnjim0816
2022-07-31 23:42:12 +08:00
parent e9b3e92141
commit ffab9e3028
236 changed files with 370 additions and 133 deletions

View File

@@ -0,0 +1,20 @@
{
"algo_name": "PPO",
"env_name": "CartPole-v0",
"continuous": false,
"train_eps": 200,
"test_eps": 20,
"gamma": 0.99,
"batch_size": 5,
"n_epochs": 4,
"actor_lr": 0.0003,
"critic_lr": 0.0003,
"gae_lambda": 0.95,
"policy_clip": 0.2,
"update_fre": 20,
"hidden_dim": 256,
"device": "cpu",
"result_path": "C:\\Users\\24438\\Desktop\\rl-tutorials\\codes\\PPO/outputs/CartPole-v0/20220731-233512/results/",
"model_path": "C:\\Users\\24438\\Desktop\\rl-tutorials\\codes\\PPO/outputs/CartPole-v0/20220731-233512/models/",
"save_fig": true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB