Skip to content

v0.4.7

Compare
Choose a tag to compare
@michele-milesi michele-milesi released this 23 Nov 17:03
· 94 commits to main since this release
f56a767

v0.4.7 Release Notes

  • SheepRL is now on PyPI: every time a release is published, the new version of SheepRL is published also in PyPI (#155)
  • Torchmetrics is no longer installed from the github main branch (#155).
  • Moviepy is no longer installed from the github main branch (#155).
  • box2d-py is not a mandatory dependency anymore, it is possible to install gymnasium[box2d] with the pip install sheeprl[box2d] command (#156)
  • The moviepy.decorators.use_clip_fps_by_default function is replaced (in the ./sheeprl/__init__.py file) with the method in the moviepy main branch (#156).