Mava icon indicating copy to clipboard operation
Mava copied to clipboard

[BUG] Flatland jax docker image doesn't work

Open KaleabTessera opened this issue 2 years ago • 0 comments

Describe the bug

The current flatland docker image doesn't work.

Error: module 'jaxlib.xla_extension' has no attribute '__path__' due to version of cloudpickle that is required by gym 0.14 (flatland requires this version of gym).

To Reproduce

Steps to reproduce the behavior:

  1. make build version=flatland-jax && make run example=examples/jax/flatland/feedforward/decentralised/run_mappo.py

Expected behavior

For it to run.

Context (Environment)

  • Mava (and other package versions): result of pip freeze > requirements.txt
  • OS

Additional context

Possible Solution

KaleabTessera avatar Apr 22 '22 14:04 KaleabTessera