We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299ef9f commit 4ff8799Copy full SHA for 4ff8799
python/PPO.ipynb
@@ -70,7 +70,7 @@
70
"hyperparameter_dict = {'max_steps':max_steps, 'run_path':run_path, 'env_name':env_name,\n",
71
" 'curriculum_file':curriculum_file, 'gamma':gamma, 'lambd':lambd, 'time_horizon':time_horizon,\n",
72
" 'beta':beta, 'num_epoch':num_epoch, 'epsilon':epsilon, 'buffe_size':buffer_size,\n",
73
- " 'leaning_rate':learning_rate, 'hidden_units':hidden_units, 'batch_size':batch_size}"
+ " 'learning_rate':learning_rate, 'hidden_units':hidden_units, 'batch_size':batch_size}"
74
]
75
},
76
{
0 commit comments