frt03 / mxt_bench

A System for Morphology-Task Generalization via Unified Representation and Behavior Distillation (ICLR2023)
https://arxiv.org/abs/2211.14296
12 stars 4 forks source link

Requirements #1

Open jamesheald opened 1 year ago

jamesheald commented 1 year ago

It took me a while to get this code base up and running on a MacBook Pro, as it seems to have a few relatively old dependencies (and some dependencies not in the requirements file). I thought I'd post this here in case it's of use to anybody else.

When I ran the code from the requirements file to install a past commit of brax, I found that some of the brax files were missing (e.g. the brax/experimental folder), which produced error messages, and so I ended up performing the following (admittedly convoluted) steps:

I needed to downgrade from python 3.11 to python 3.9, so I could access jaxlib 0.1.71.

Instead of running the requirements file, I manually installed the following packages:

I then installed the following packages to circumvent errors: