Nathan

Results 7 comments of Nathan

Hi, @floringogianu. Do you have any updates on that? I'm trying to download the checkpoints from the link provided, and they keep failing for me. If there is any other...

For those trying to download the checkpoints and failing. I've managed to do so by using curl: ```bash curl 'https://share.bitdefender.com/s/qCF7jFxkgx2qJeT/download?path=%2FMDQN_modern&files=Asteroids&downloadStartSecret=nyhw5aird3t' \ -H 'authority: share.bitdefender.com' \ -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' \ -H...

You have to install carla `pip install carla` and it has to be the same version of your CARLA source

Maybe is a mvn package problem, but when i changed the resolution for 1280x720 it starts at the upper right and not in the center

I did manage to run the environment with gymnasium by doing the following: ```{python} import gym import gym_super_mario_bros from nes_py.wrappers import JoypadSpace from gym_super_mario_bros.actions import SIMPLE_MOVEMENT from gymnasium.wrappers import StepAPICompatibility,...

Hey, I don't have much experience maintaining repositories or with GTK, but I'd like to help. I have experience in programming (research and industry-wise) and mostly maintain my own repos.

Did you have any luck replicating it?