Hey, I think it makes sense to refactor the simulation parameters a bit because at the moment I don't understand how I can define and manipulate them. My main problem is that there are several places where parameters are defined (e.g., .env file, playgroundtool, cs_playgroundtool) and it's not easy for me to manipulate the default parameters. I think the problem got worse when we have multiple projects with different .env files. It seems to me that this issue has already been addressed in this PR #48. But I believe we can do a major refactoring in a separate PR (or multiple PRs). @mezdahun let me know what you think and how you think I can proceed with this issue.
Hey, I think it makes sense to refactor the simulation parameters a bit because at the moment I don't understand how I can define and manipulate them. My main problem is that there are several places where parameters are defined (e.g.,
.envfile,playgroundtool,cs_playgroundtool) and it's not easy for me to manipulate the default parameters. I think the problem got worse when we have multiple projects with different.envfiles. It seems to me that this issue has already been addressed in this PR #48. But I believe we can do a major refactoring in a separate PR (or multiple PRs). @mezdahun let me know what you think and how you think I can proceed with this issue.