araffin / rl-baselines-zoo

A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
https://stable-baselines.readthedocs.io/
MIT License
1.12k stars 208 forks source link

wrapped import pybullet_envs statement in utils.py #40

Closed ClonedOne closed 4 years ago

ClonedOne commented 4 years ago

This allows the usage of enjoy.py without the pybullet dependency. Useful when the user is interested only on other (e.g. atari) types of environments.

closes #39