jxx123 / simglucose

A Type-1 Diabetes simulator implemented in Python for Reinforcement Learning purpose
MIT License
232 stars 109 forks source link

Import Error #59

Open rgb-pixelated opened 1 year ago

rgb-pixelated commented 1 year ago

I keep getting following error, when working on apply_customized_controller.py:

ImportError: cannot import name 'simulate' from partially initialized module 'simglucose.simulation.user_interface' (most likely due to a circular import)

How do I fix this?