Hello. I have a question about python code for ML-Agents.
First, I want to ask that there is a plan for releasing python example code (getting_started.ipynb in previous versions).
There is no python example codes in ML-Agents 1.0 release 1 and release 2, so I am trying to use the getting_started.ipynb in version 0.15.1.
I fixed some parts of the codes, so I could run 1 step.
However, I couldn’t find where I can get done or terminal information.
In the following image, I checked that the step_result consists of DecisionSteps and TerminalSteps. However, there was no done or terminal information in step_result. So, I want to ask that how can I get done or terminal information of the agent in the python script.
Thank you.