Closed weidler closed 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().
A how to: https://stackoverflow.com/questions/45068568/is-it-possible-to-create-a-new-gym-environment-in-openai
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().