Search Unity

Create .demo file via code

Discussion in 'ML-Agents' started by laurodarsh, Jun 4, 2021.

  1. laurodarsh

    laurodarsh

    Joined:
    Sep 4, 2019
    Posts:
    5
    Hello, my question is about Imitation Learning and Demonstration Recorder.

    I will extract data from teacher's gameplay using some techniques and I need to create my own .demo (like that one generated from Demonstration Recorder). How is the architeture of that .demo? How can I replicate using my data?

    Can anyone help me on this?

    Sorry for my english >D
     
  2. andrewcoh_unity

    andrewcoh_unity

    Unity Technologies

    Joined:
    Sep 5, 2019
    Posts:
    162
  3. laurodarsh

    laurodarsh

    Joined:
    Sep 4, 2019
    Posts:
    5
    This will be used but I need to know how input data directly on these classes to create my own .demo instead of activate the Record on the Demonstration Recorder component.

    I want to collected data from the game's log (already collected) and create .demo from these data. There's a way to achieve this?
     
  4. manuiaccarino

    manuiaccarino

    Joined:
    Nov 15, 2023
    Posts:
    3
    i've got the same issue, did you find a solution?