instadeepai / Mava

🦁 A research-friendly codebase for fast experimentation of multi-agent reinforcement learning in JAX
Apache License 2.0
709 stars 83 forks source link

feat: use pypi's version for fbx #1005

Closed callumtilbury closed 7 months ago

callumtilbury commented 8 months ago

What?

Sorry, another change here: the new fbx location works, but it would be better to point to PyPI's version, which now has been updated.

Why?

Better to point to the official pip version :)

How?

Update requirements file.

Extra