Code Monkey home page Code Monkey logo

Comments (3)

krumiaa avatar krumiaa commented on June 19, 2024

Apologies for the confusion, the DONE node is not necessary for the proper functioning of the example. You don’t need to connect it. The demo will automatically close once the number of training or eval episodes is reached. I experimented with being able to break training prior to reaching the full number of training episodes by implementing a Boolean break. Think I left this in there in the event someone wanted to play around with doing the same. I should have commented that in the blueprints, will do so in an update. Thanks for bringing this to my attention.

from mindmaker.

gdommergue avatar gdommergue commented on June 19, 2024

Thanks for your reply.
I still don't understand how you handle the end of each episode? In Unity ML Agent, for instance, you can call EndEpisode() to let the AI know that the episode is over.
Should i set Done=True to do that?

from mindmaker.

krumiaa avatar krumiaa commented on June 19, 2024

After the make observations blueprint function completes, it passes that data back to mindmaker learning engine, completing the episode. After this another episode automatically begins, it basically waits in a holding pattern for the blueprint to pass back reward and observation data. you could break from it at any time by changing the make observations blueprint function, otherwise it continues looping until the specified number of training or eval episodes is completed

from mindmaker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.