Hey @gmulcaire, can you move record_sim.py out of the examples directory? The examples directory is now meant for simple examples that just works with default command line arguments (if any). You can do either of the following:
If the script is mature and if it would be beneficial for other projects, then put it in the scripts directory.
If the script is currently specific to your project only, then make another subpackage in the lfd package (parallel to lfd/lfmd/ and lfd/mmqe/).
Make a new branch and put it there.
In addition, can you make sure these classes work?
RecordingLfdEnvironment, RecordingRopePositionsSceneState, TimestepState
Again, if they are mature and if it would be beneficial for other projects, their current modules are OK. But if this is still experimental, put it in another subpackage or in another branch.
Hey @gmulcaire, can you move record_sim.py out of the examples directory? The examples directory is now meant for simple examples that just works with default command line arguments (if any). You can do either of the following:
In addition, can you make sure these classes work? RecordingLfdEnvironment, RecordingRopePositionsSceneState, TimestepState Again, if they are mature and if it would be beneficial for other projects, their current modules are OK. But if this is still experimental, put it in another subpackage or in another branch.