weidler / RLaSpa

Reinforcement Learning in Latent Space
MIT License
5 stars 1 forks source link

Make tasks implement the gym interface #20

Closed weidler closed 5 years ago

weidler commented 5 years ago

To achieve 100% compatibility in the framework between the tasks and the agents, we need to make our own tasks adhere to the requirements of the gym package. E.g., our tasks should be visualized using render().

weidler commented 5 years ago

A how to: https://stackoverflow.com/questions/45068568/is-it-possible-to-create-a-new-gym-environment-in-openai