Search Unity

Question Python API set heuristic Brain to take control of the agent (and play with keyboard) similar to GAIL

Discussion in 'ML-Agents' started by NicolaiOcin, May 21, 2020.

  1. NicolaiOcin

    NicolaiOcin

    Joined:
    Apr 6, 2020
    Posts:
    1
    I am using your python API and gym_unity to train agents with my own algorithms.

    My questions is:

    Is it possible to set heuristic brain to take the control of the agent and play with my keyboard in python API?

    I would like to make something like your GAIL.