Ml-agents: tf-agents

Created on 9 May 2019  路  3Comments  路  Source: Unity-Technologies/ml-agents

I wonder if you have considered collaboration with tf-agents. they are also building a reinforcement library.

Most helpful comment

Unity ML has Python API. With that, you can use whatever library you want. Also, see their gym interface, then you can copy paste any library / tutorial online.

All 3 comments

Unity ML has Python API. With that, you can use whatever library you want. Also, see their gym interface, then you can copy paste any library / tutorial online.

Thanks for the heads-up @mattinjersey! When we first looked at TF-Agents, it was in (very) early forms. But definitely worth another look now that it's semi-official. If anything, a shim between tf-agents and the ML-Agents Python API (or Gym wrapper) shouldn't be too hard.

We've also successfully integrated Baselines and Dopamine using the Gym wrapper.

thanks @mattinjersey and @roboserg - we've added this in our backlog to further explore. thanks for bringing it up

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Sohojoe picture Sohojoe  路  3Comments

DVonk picture DVonk  路  3Comments

SharawatChirag picture SharawatChirag  路  4Comments

RavenLeeANU picture RavenLeeANU  路  4Comments

scotthovestadt picture scotthovestadt  路  4Comments