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

Default experiments are not converging #3

Closed
ipsec opened this issue Mar 27, 2023 · 7 comments
Closed

Default experiments are not converging #3

ipsec opened this issue Mar 27, 2023 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@ipsec
Copy link

ipsec commented Mar 27, 2023

Hi Daniel,

I'm running the experiment_450_config.json without modifications with this command:

python muzero_cli.py train report config/experiment_450_config.json

And I'm getting this report:

model_450_data_of_the_average_reward

Is mandatory to run python muzero_cli.py human_buffer config/experiment_450_config.json before train?

@ipsec ipsec changed the title Default experiments do not converging Default experiments are not converging Mar 27, 2023
@DHDev0
Copy link
Owner

DHDev0 commented Mar 27, 2023

Can you try again with the docker ? I test it a month ago for a similar issue.

@DHDev0 DHDev0 self-assigned this Mar 27, 2023
@DHDev0 DHDev0 added the bug Something isn't working label Mar 27, 2023
@ipsec
Copy link
Author

ipsec commented Mar 27, 2023

I'm unable to build the docker image.
I'm getting this error while running docker build -t stochastic_muzero .:

#8 25.99 Collecting box2d-py==2.3.5
#8 26.01   Downloading box2d-py-2.3.5.tar.gz (374 kB)
#8 26.02      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 374.4/374.4 kB 62.0 MB/s eta 0:00:00
#8 26.06   Preparing metadata (setup.py): started
#8 26.25   Preparing metadata (setup.py): finished with status 'done'
#8 26.62 ERROR: Ignored the following versions that require a different python version: 0.7 Requires-Python >=3.6, <3.7; 0.8 Requires-Python >=3.6, <3.7
#8 26.62 ERROR: Could not find a version that satisfies the requirement ale-py~=0.8.0 (from versions: none)
#8 26.62 ERROR: No matching distribution found for ale-py~=0.8.0
------
executor failed running [/bin/sh -c apt-get -y update     && apt-get install --no-install-recommends -y     unzip     libglu1-mesa-dev     libgl1-mesa-dev     libosmesa6-dev     xvfb     patchelf     ffmpeg cmake     && apt-get autoremove -y     && apt-get clean     && rm -rf /var/lib/apt/lists/*     && mkdir /root/.mujoco     && cd /root/.mujoco     && wget -qO- 'https://github.com/deepmind/mujoco/releases/download/2.1.0/mujoco210-linux-x86_64.tar.gz' | tar -xzvf -    && pip install --upgrade pip     && cd     && cd /app     && pip install -r requirements.txt]: exit code: 1

@DHDev0
Copy link
Owner

DHDev0 commented Mar 27, 2023

Could you upload your dockerfile here ? just to confirm the python version

@ipsec
Copy link
Author

ipsec commented Mar 27, 2023

I'm building now with docker build --platform linux/amd64 -t stochastic_muzero .

Let me test under docker to verify the results.

@ipsec
Copy link
Author

ipsec commented Mar 27, 2023

Don't run over M1 chip.

@ipsec ipsec closed this as completed Mar 27, 2023
@DHDev0
Copy link
Owner

DHDev0 commented Mar 28, 2023

Can't test the M1 but since you use cpu i don't see why it wouldn't work. What is your virtual environment ? (I test on ubuntu 19 and 20 )

@DHDev0
Copy link
Owner

DHDev0 commented Mar 29, 2023

You closed the ticket so I conclude you were able to fix it. ( pytorch cpu should work on M1 )
Let me know if you need help with docker.

Repository owner locked as resolved and limited conversation to collaborators Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants