PathmindAI / nativerl

Train reinforcement learning agents using AnyLogic or Python-based simulations
Apache License 2.0
19 stars 4 forks source link

Model analyzer needs to support analyzing python simulations with imported modules #504

Closed slinlee closed 2 years ago

slinlee commented 3 years ago

To analyze the python and python simulations, we need to have the imported modules available.During training we try to install the requirements.

The challenge for MA is that all the queries to MA share the same conda env so we will have to refactor to support adding new requirments.

cc @kepricon