Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements #1

Closed
kierad opened this issue Jun 25, 2023 · 2 comments
Closed

Requirements #1

kierad opened this issue Jun 25, 2023 · 2 comments

Comments

@kierad
Copy link

kierad commented Jun 25, 2023

Hello, thanks for sharing your code - are you able to also share a requirements.txt or a environment.yml?

@asmith26
Copy link

I would also appreciate this.

@jren03
Copy link

jren03 commented Oct 22, 2023

If you're working in a conda environment, these are the minimal packages/versions I installed to get this to work:

  1. conda create -n fast_irl python=3.9
  2. pip install stable-baselines3==0.8.0 pybullet==3.2.1 tqdm ipykernel==6.4.1 matplotlib==3.4.3 rliable "cython<3"

If you're working with antmaze, you'll have to install D4RL at some point as well, but there shouldn't be any conflicts. At most, you might reach a cython issue, which I found this link to be helpful for.

Finally, in filt.py, you may want to set outer_steps = 100 on ln82 and add in os.makedirs(os.path.join("learners", self.env), exist_ok=True) right before ln222.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants