aidudezzz / deepbots

A wrapper framework for Reinforcement Learning in the Webots robot simulator using Python 3.
https://deepbots.readthedocs.io/
GNU General Public License v3.0
230 stars 49 forks source link

Gym Environment and using stable baselines #151

Closed anirjoshi closed 7 months ago

anirjoshi commented 7 months ago

I would like to use Webots along with stable baselines. Is that possible to do using deepbots?

KelvinYang0320 commented 7 months ago

@anirjoshi Thank you for opening the issue. We have some stable-baseline examples in our deepworlds. 😄 https://github.com/aidudezzz/deepworlds/tree/dev/examples/cartpole#discrete-action-space

anirjoshi commented 7 months ago

Thank you for the quick response!