update to the latest agent and environment.

This commit is contained in:
Jie Tan
2017-05-24 11:20:42 -07:00
parent 18fd1a003f
commit 1d0db4ec2e
9 changed files with 24 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ class SimpleAgent():
session,
ckpt_path,
actor_layer_size,
observation_dim=31
observation_dim=28
):
self._ckpt_path = ckpt_path
self._session = session