awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
MIT License
2.23k stars 825 forks source link

Warning Converting sparse IndexedSlices to a dense Tensor of unknown shape on Vanila Policy example #55

Closed akblissweb closed 6 years ago

akblissweb commented 6 years ago

UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a large amount of memory. "Converting sparse IndexedSlices to a dense Tensor of unknown shape. "

Any ideas ? Does still seem to work though.