Skip to content

Commit

Permalink
Improved PyBullet environment class
Browse files Browse the repository at this point in the history
- PyBullet environment class cleaned up
- Now everything is splitted in multiple files
- removed pybullet_envs folder (envs still in development)
- fixed policy gradient test
  • Loading branch information
boris-il-forte committed Jun 9, 2021
1 parent fdf377a commit 29db0c7
Show file tree
Hide file tree
Showing 27 changed files with 503 additions and 1,398 deletions.
1 change: 0 additions & 1 deletion mushroom_rl/environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
try:
PyBullet = None
from .pybullet import PyBullet
from .pybullet_envs import *
except ImportError:
pass

Expand Down
361 changes: 115 additions & 246 deletions mushroom_rl/environments/pybullet.py

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions mushroom_rl/environments/pybullet_envs/__init__.py

This file was deleted.

Empty file.
Loading

0 comments on commit 29db0c7

Please sign in to comment.