Deep Reinforcement Learning

Hi is it possible to implement Deep Reinforcement Learning for structured data frames? If son can someone help me with an example?

Deep Learning delivers a seamless notebook experience with integrated support for JupyterLab[1], so you can load data frames as a normal notebook. Additionally, it depends on what instance you are using Deep Learning.

If you are using TensorFlow, you can see this[2] to know how to load a data frame to TensorFlow.

If you are using Pytorch tensor, you can see this[3] example of how to load the data frame.

[1] https://cloud.google.com/deep-learning-vm/docs/jupyter

[2] https://www.tensorflow.org/tutorials/load_data/pandas_dataframe

[3] https://stackoverflow.com/a/50308132/16929358