浏览代码

Merge pull request #4 from Unity-Technologies/ppo-timestep

Fix timestep for PPO.ipynb
/develop-generalizationTraining-TrainerController
GitHub 7 年前
当前提交
410f8709
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      python/PPO.ipynb

2
python/PPO.ipynb


"outputs": [],
"source": [
"### General parameters\n",
"max_steps = 10000 # Set maximum number of steps to run environment.\n",
"max_steps = 5e5 # Set maximum number of steps to run environment.\n",
"run_path = \"ppo\" # The sub-directory name for model and summary statistics\n",
"load_model = False # Whether to load a saved model.\n",
"train_model = True # Whether to train the model.\n",

正在加载...
取消
保存