Merge the Jumanji and gym configs in one config file for the common environments (e.g. RWARE and LBF).
Why?
This helps avoid having multiple config files for each environment source.
How?
Based on the changes made in PR #980, all we need to do is add an extra flag to indicate the environment source (env_source) and adapt/modify the scenario name for Jumanji.
Extra
This PR is based on the changes made in these two PRs #976 and #980.
What?
Merge the Jumanji and gym configs in one config file for the common environments (e.g. RWARE and LBF).
Why?
This helps avoid having multiple config files for each environment source.
How?
Based on the changes made in PR #980, all we need to do is add an extra flag to indicate the environment source (
env_source
) and adapt/modify the scenario name for Jumanji.Extra
This PR is based on the changes made in these two PRs #976 and #980.