浏览代码

Fix typo in gym-unity doc (#4937)

Corrected Çhange to Change in the docs.
/bullet-hell-barracuda-test-1.3.1
GitHub 3 年前
当前提交
d3226392
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      gym-unity/README.md

2
gym-unity/README.md


def main():
unity_env = UnityEnvironment("./envs/GridWorld")
env = UnityToGymWrapper(unity_env, 0, uint8_visual=True)
logger.configure('./logs') # Çhange to log in a different directory
logger.configure('./logs') # Change to log in a different directory
act = deepq.learn(
env,
"cnn", # conv_only is also a good choice for GridWorld

正在加载...
取消
保存