Replies: 1 comment
-
|
I would recommend checking out BSK-RL, which is our package for doing reinforcement learning with Basilisk. We’ve addressed many of the issues that come up when trying to run many simulations in parallel in that repo: https://avslab.github.io/bsk_rl/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the same scenario multiple times for RL purpouses; I thought this was good idea:
But spiceinterface do not like multithreading and running different simulation tasks. Is there a way to run multiple dynProcess = scSim.CreateNewProcess(simProcessName) simultaneosusly ?
Beta Was this translation helpful? Give feedback.
All reactions