Closed aaravpandya closed 1 month ago
LGTM
This PR still needs some work. I just fixed an issue where it was not compiling to CUDA, and Daphne is fixing some issues related to shapes during training.
Ah can you mark it as WIP or a draft if it's not ready for review?
This PR adds support to dynamically reset the sim on runtime using different map files. We introduce new method
set_maps(List: str)
that takes in exactly thenum_worlds
file names and resets the sim to on these new maps.Here is an example script to use the new functionality -
Expected output