christianhidber / easyagents

Reinforcement Learning for Practitioners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running on a GPU

chokosabe opened this issue · comments

It isn't clear whether this can run using a gpu. Tried with the tf-nightly-gpu build and I'm getting an error.

It isn't clear whether its the library or tensorflow itself. The environment is colab.

The error itself is detailed here:

tensorflow/tensorflow#40385

Seems to be somewhere between TF and TF probability. EasyAgents is sitting on top of TF-agents, which in turn sits on TF. So I guess our chances are small to help from the EasyAgets side. Or do you have an suggestions ? In any case, we will try to update the direct dependencies of EasyAgents the next few weeks. So maybe that might then also have a "beneficial" impact.

Yeah this is looking more and more like a Tensorflow issue. Tried in Rllib and getting the same thing.