Commit 96539d53 by lvzhengyang

check VectorEnv

parent f26f7266
......@@ -19,6 +19,7 @@ env_fns = [lambda: create_RSMTEnv(num_nodes=num_nodes,
for i in range (batch_size)
]
envs = gym.vector.AsyncVectorEnv(env_fns)
pdb.set_trace()
actor_net = Actor()
critic_net = Critic()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment