Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Collaborative learning with POCA and curriculum learning

Discussion in 'ML-Agents' started by Thorce, Feb 9, 2022.

  1. Thorce

    Thorce

    Joined:
    Jul 3, 2019
    Posts:
    38
    Hello
    I have 2 agents in a room and their goal is to push a ball into a goal. I use collaborative learning with Unity's POCA trainer and give a reward for when the ball gets closer toe the goal just to the agent group, so no individual rewards.
    My problem is that I want to use curriculum learning but that seems to use individual mean reward for incrementing lessons. In my case individual reward is always 0.

    How would I go about using curriculum learning in my case?

    I see no way to get the groups cummulative reward in script so I don't think I can implement my own curriculum learning.
     
  2. ChillX

    ChillX

    Joined:
    Jun 16, 2016
    Posts:
    145