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

a series of modifications to get the continual world up to gymnasium, recent metaworld, and the sac model running #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

balloch
Copy link

@balloch balloch commented Dec 22, 2023

maybe this shouldn't be pushed to main, but instead to some new feature branch like "gymnasium"?

Process for building the environment right now (tested Python 3.10):

  • install tensorflow==2.14
    python3 -m pip install "tensorflow[and-cuda]==2.14"
  • clone and install latest metaworld from source (but with mujoco>=2.3:
    git clone https://github.com/balloch/Metaworld.git && cd Metaworld && pip install . && cd ..
  • pip install continual world

only really tested with run_cl.py so far, and haven't tested the CL methods yet just vanilla SAC

Only real issue is that for some reason I had to comment out the @tf.function build decorators to get SAC to run which doesn't seem correct and might be environment dependent, so maybe those changes specifically shouldn't be merged. I am planning on PR for a Docker container like in Metaworld to ensure that the testing environment is more controllable

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

Successfully merging this pull request may close these issues.

1 participant