IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 459 forks source link

[Question] Tensorflow 2 Support #242

Open redknightlois opened 5 years ago

redknightlois commented 5 years ago

The alpha for Tensorflow 2.0 was released yesterday. https://www.youtube.com/watch?v=bDZ2q6OktQI

What are the plans to support it?

gal-leibovich commented 5 years ago

We will definitely support it at some stage. Timeline is unclear at the moment, though.

epochstamp commented 4 years ago

I would also be interested by the Tensorflow 2 support

dandanelbaz commented 4 years ago

Hi, You can check out the branch tf2_migration. It has a tf2 implementation of PPO and DQN.

katakuji commented 3 years ago

Tensorflow recently got 53 vulnerability issues and fixed them with version 2.5.0. https://stack.watch/product/google/tensorflow/

It will be great if rl_coach can work with tensorflow 2 to up-to-date to the vulnerabilities.