427 B
427 B
Batch processing run
- Update the path to save the simulation data in the JOSN file under the key name ["Snapshot"]["Save_filepath"].
- Run and save simulation command: python main.py "path_to_json_file"
Saving simulation video file
- update the path to video file in the param JSON file under key name ['SimVideo']["Save_filepath"].
- Comment out saveVideo(sim_params, simPack) function to not save the videos.