It's UWAweek 49

help3001

This forum is provided to promote discussion amongst students enrolled in CITS3001 Algorithms, Agents and Artificial Intelligence.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying the 3 articles in this topic
Showing 3 of 292 articles.
Currently 1 other person reading this forum.


 UWA week 33 (2nd semester, week 4) ↓
SVG not supported

Login to reply

👍x1
helpful
3:39pm Wed 16th Aug, ANONYMOUS

I think I have resolved the issue with the following steps: First need to install vs code then the "Desktop development with C++" workload I then was able to install g++ with "conda install -c conda-forge cxx-compiler" This then rectified the failed building wheel error and I was able to install nes-py with "pip install nes-py" Then I could install gym-super-mario bros with "pip install gym-super-mario-bros". I think you can just straight install gym-super-mario-bros without separately installing nes-py, but that is how I did it.


SVG not supported

Login to reply

👍x1
helpful
3:39pm Wed 16th Aug, ANONYMOUS

Oops, not vs code, you want microsoft visual studio


SVG not supported

Login to reply

👍?
helpful
5:57pm Thu 17th Aug, ANONYMOUS

I managed to get it working by add the gym channel using - conda install -c conda-forge gym, this then allowed me to install gym-super-mario-bros using conda install gym-super-mario-bros. It also made it easy when it comes to the environment.yml file. I'm not sure about other methods, but this method allowed me to export an environment.yml file which can be used to easily recreate the virtual environment without having to download the gym channel. Someone else can create the virtual environment using "conda env create -f environment.yml".

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  5:07AM Sep 06 2023
Privacy policy