TheButlah / makrl

makrl - modular algorithm kit for reinforcement learning
4 stars 1 forks source link

Batched environments and experiment environment loop #25

Closed TheButlah closed 5 years ago

TheButlah commented 5 years ago

I have added functionality for batching environments which improves on the flexibility of those in the baselines implementation. I have also demonstrated how to use it in the environment stepping loop in experiments/gym_q_learner.py.

bayoumi17m commented 5 years ago

Overall perfect. Small confusion on timesteps, but it it is inconsequential. Approving.

TheButlah commented 5 years ago

L I T