SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.17k stars 506 forks source link

TF-Agents #606

Open Fax3D opened 3 years ago

Fax3D commented 3 years ago

Hi,

is there any plan to implement TF-Agents to do Reinforcement Learning with TF.Net? I think it's very useful for most of us!

Thanks!

Oceania2018 commented 3 years ago

@Fax3D Could you provide more feasible steps to implement Reinforcement? Like a relatively simple example to start with.

Fax3D commented 3 years ago

If you mean using TF-Agents library you can find something here: https://github.com/tensorflow/agents/blob/master/tf_agents/agents/dqn/examples/v2/train_eval.py

Otherwise, using a more pure tensorflow approach, you can find something here: https://www.google.com/amp/s/rubikscode.net/2019/07/08/deep-q-learning-with-python-and-tensorflow-2-0/amp/