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.33k stars 461 forks source link

Running tutorials in Colab #442

Closed JanGieseler closed 4 years ago

JanGieseler commented 4 years ago

Hi,

I wanted to test out the coach tutorials in Colab. Starting with "0. Quick Start Guide.ipynb". I added !pip install rl_coach > /dev/null 2>&1 in the beginning to install colab.

The I get the following tensorflow issue:

Screen Shot 2020-04-11 at 11 29 25 AM

Do you know what the issue is here? What is the required tensorflow version? (In the colab notebook it was '2.2.0-rc2')

From what I understand this issue is due to mixing Keras and Tensorflow. I think it would be great if you could add colab integration for quickly trying out colab.

Thanks!

JanGieseler commented 4 years ago

I actually figured it out: You need to add two lines