szemenyeim / DynEnv

Dynamic Simulation Environments for Reinforcement Learning
GNU General Public License v3.0
13 stars 1 forks source link

Refactor CustomSubProcVecEnv for full Gym Compatibility #1

Closed szemenyeim closed 4 years ago

szemenyeim commented 4 years ago

The CustomSupbProcVecEnv class is only used to rearrange observations. Step shouldreturn a nPlayers x nT observation space so standard flatten could be used. The InOutArranger class has to be rewritten to accommodate for the change.