@rogervs
Tutorials are outdated, so sample code no longer works:
In General:
https://github.com/cadCAD-org/demos/tree/master/tutorials/robots_and_marbles
configs files are now created differently using:
experiment = Experiment()
configs = experiment.configs (not importing from library)
(and not imported as described in Tutorial)
In Tutorial 6:
https://github.com/cadCAD-org/demos/blob/master/tutorials/robots_and_marbles/robot-marbles-part-6/robot-marbles-part-6.ipynb
sim_config is no longer changed through
experiment.append_configs()
and the last execution of plotting multiple simulations doesn't work, because NaNs are created before a .max() function
An update of these issues would be helpful.
Thank you so much
@rogervs
Tutorials are outdated, so sample code no longer works:
In General:
https://github.com/cadCAD-org/demos/tree/master/tutorials/robots_and_marbles
configs files are now created differently using:
experiment = Experiment()
configs = experiment.configs (not importing from library)
(and not imported as described in Tutorial)
In Tutorial 6:
https://github.com/cadCAD-org/demos/blob/master/tutorials/robots_and_marbles/robot-marbles-part-6/robot-marbles-part-6.ipynb
sim_config is no longer changed through
experiment.append_configs()
and the last execution of plotting multiple simulations doesn't work, because NaNs are created before a .max() function
An update of these issues would be helpful.
Thank you so much