Merge remote-tracking branch 'upstream/master'

This commit is contained in:
yunfeibai
2018-02-15 14:31:34 -08:00
parent cf4a0a3503
commit 36dcabbaf5
50 changed files with 332 additions and 138 deletions

View File

@@ -47,7 +47,7 @@ def main():
print(obs)
episode_rew = 0
while not done:
env.render()
env.render(mode='human')
act = policy.sample_action(obs, .1)
print("Action")
print(act)