Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Gurvan/ssbm_gym
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurvan committed Oct 4, 2019
2 parents 975b7e3 + 819b26e commit ad9824b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Go inside the directory you just cloned and execute the following steps,
2. `cd Build`
3. `cmake ..`
4. `make` (you can use the argument `-j N`, where N is the number of CPU cores you want to assign to speed up the compilation)
5. `ln -s ../Data/Sys {ssbm_gym directory}/dolphin-exe/`
5. `ln -s ../Data/Sys Binaries/`
6. `ln -s $PWD/Binaries/dolphin-emu-nogui {ssbm_gym directory}/dolphin-exe/`

This compiles and links the headless version of Dolphin use for training an agent. If you want to be able to render and play the game, you can also compile the regular version of Dolphin with, from the Build directory,

1. `cmake .. -DENABLE_HEADLESS=false`
1. `cmake .. -DENABLE_HEADLESS=false -DENABLE_NOGUI=false`
2. `make`
3. `ln -s $PWD/Binaries/dolphin-emu {ssbm_gym directory}/dolphin-exe/`

Expand Down

0 comments on commit ad9824b

Please sign in to comment.