Registration of new custom Gym environments is easy using gym.envs.registration.register. Registering BOPTEST environments would make it extremely easy for users to access them. However, this issue may need to wait until scenarios are defined better and until BOPTEST is hosted as a web service, so that docker is not required in the installation.
Registration of new custom Gym environments is easy using
gym.envs.registration.register
. Registering BOPTEST environments would make it extremely easy for users to access them. However, this issue may need to wait until scenarios are defined better and until BOPTEST is hosted as a web service, so that docker is not required in the installation.