It sounds like you want to run multiple experiments with different variations of the same environment and collect metrics for each variation. One way to do this with RLlib is to use the tune.run_experiments
function, which allows you to specify multiple experiments to run in parallel or sequentially.
To set…
Top comments (0)