jxx123 / simglucose

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

How to correctly implement the use of OpenAI Gym - reset() and step() methods are not implemented (NotImplementedError on google Colab) #49

Closed mathmath-cyber closed 2 years ago

mathmath-cyber commented 2 years ago

Hello, first of all I thank you for the immense work and for making the simulator available for free. But I wanted to ask you if there is a version where the methods of the Gym library are already implemented so that you can quickly try some reinforcement learning algorithms. If this were not the case, it would be really useful to me some tips on how to implement the methods step (), reset () etc.

A thousand thanks!