autopep8 on deepq/experiments
This commit is contained in:
@@ -7,7 +7,7 @@ from baselines.common import models
|
||||
def main():
|
||||
env = gym.make("MountainCar-v0")
|
||||
act = deepq.learn(
|
||||
env,
|
||||
env,
|
||||
network=models.mlp(num_layers=1, num_hidden=64),
|
||||
total_timesteps=0,
|
||||
load_path='mountaincar_model.pkl'
|
||||
|
@@ -29,7 +29,6 @@ def main():
|
||||
|
||||
model.save('pong_model.pkl')
|
||||
env.close()
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user