fix docstring

This commit is contained in:
Alex Nichol
2018-03-27 11:09:34 -07:00
parent 184afd4e4c
commit d616b9c50d
+1 -1
View File
@@ -18,7 +18,7 @@ import gym_remote.exceptions as gre
from sonic_util import AllowBacktracking, make_env
def main():
"""Run PPO until the environment throws an exception."""
"""Run DQN until the environment throws an exception."""
env = AllowBacktracking(make_env(stack=False, scale_rew=False))
env = BatchedFrameStack(BatchedGymEnv([[env]]), num_images=4, concat=False)
config = tf.ConfigProto()