Korali RL Viewer
Usage
Plots the result of RL experiments and allows for comparing multiple results simultaneously.
Syntax: python3 -m korali.rlview [--dir (RESULTS_DIR1 RESULTS_DIR2 ...)] [--minReward 1.00] [--maxReward 1.00] [--updateFrequency 1.00] [--test] [--check]
Where:
--dirspecifies the source path(s) of Korali results to plot, separated by space. By default:_korali_result/
--minRewardspecifies the lower bound on the y-axis (reward)
--minRewardspecifies the upper bound on the y-axis (reward)
--updateFrequencyspecifies the how often should the plotter show live updates
--testverifies that the tool works, without plotting to screen.
--checkverifies that the tool is correctly installed, for testing purposes.