andrewcoh
andrewcoh
Hi @alexge233 This does sound interesting and we would like to see the PR. I am not totally sure what you mean by > This repo seems to have reached...
Thanks, I'll check it out soon.
Hi @DrTtnk Thank you for the request. This is an interesting feature that I will discuss with the team. I will update this thread with a resolution in the next...
Hi @zako42 Just to clarify, you've seen these [colab examples?](https://github.com/Unity-Technologies/ml-agents/tree/main/docs#python-tutorial-with-google-colab) Can you elaborate on what more you'd like beyond what's contained in the colab?
Hi @X-DDDDD Thank you for using our Python API. The TerminalSteps contains _only_ information about agents that have reached a termination condition (i.e. EndEpisode() called in C#). The information for...
Hi @Abror1997 Can you open a new issue with more information about your issue so that I can give you better information? Or @X-DDDDD if you are also having this...
Hi @Phong13 Is there a good reason to not use an if/else block to handle multiple conditions for ending an episode? Would this resolve your issue (at least functionally, I...
> Some of the checks are fairly complex. The systems shouldn't need to be aware of each other and check with each other if someone else has called EndEpisode. This...
> Hi Andrew, > > I think the task you created "Clean up EndEpisode demo code #4563" misses the point. > > IMO the demos are using EndEpisode correctly. There...
Hi @JesseTG Thank you for your suggestion. I will bubble this up to the team.