schrum2 / MM-NEAT

Modular Multiobjective (Hyper) Neuro-Evolution of Augmenting Topologies + MAP-Elites: Java code for evolving intelligent agents in Ms. Pac-Man, Tetris, and more, as well as code for Procedural Content Generation in Mario, Zelda, Minecraft, and more!
http://people.southwestern.edu/~schrum2/re/mm-neat.php
Other
50 stars 20 forks source link

Get Accelerated Neuroevolution Working #312

Closed schrum2 closed 5 years ago

schrum2 commented 5 years ago

After closing a basic issue ( #311 ) you should turn your attention to this main issue. Focus on getting your copy of Accelerated Neuroevolution to work: https://github.com/nazaruka/deep-neuroevolution

Even though that it a different code base, you can track progress and challenges related to that issue here. Eventually, some of that work will hopefully be relevant to this codebase.

nazaruka commented 5 years ago

Unfortunately, the directory seems to be incompatible with Windows and better suited for Unix-like environments. Every step of the tutorial seemed to be feasible until it was finally time to launch local_run_redis.

The following is my attempt at running the redis in Git Bash:

Admin@Alex MINGW64 ~/Desktop/Southwestern/SCOPE/Files/Repo/deep-neuroevolution (master)
$ . scripts/local_run_redis.sh
bash: tmux: command not found
bash: tmux: command not found
bash: tmux: command not found
bash: tmux: command not found
bash: tmux: command not found

When examining the contents of local_run_redis, I noticed several commands demanding tmux, which is a command used to generate multiple terminal windows in Linux builds and in Mac. Because we cannot execute this command on Windows, we cannot launch the redis and therefore cannot make full use of this directory on our Windows machines.

NB: Attempting to launch local_run_exp gave me a similar output, just with seven lines of bash: tmux: command not found instead of five.