Go into the top level directory, that is "cd .../nmd_net/". From that directory, launch the "meta_rl_launcher" as:
./ReinforcementLearning/Training/meta_rl_launcher.py
- -b option allows to chose de benchmark
- -g options allows to chose wheter to run the program with or without GPU. GPU is active with the -g option.
- -e sets the episodes budget
- -t sets the type of architecture to use. "recurrent" for classic rnn and "nmdnet" for NMNs.
- -tb, -bs and -o options allow to chose a number of tests to launch and the starting test number. When running the program, it will start by running test number "bs * tb + o" and once done will run test number "bs * tb + o + 1" and so on until reaching test "bs * (tb + 1)"
- -l allows to chose whether to start from scratch or load a previous test (which must exist). -l checkpoint will load the latest network trained for that particular test number.