Open Fax3D opened 4 years ago
@Fax3D Could you provide more feasible steps to implement Reinforcement? Like a relatively simple example to start with.
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/
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!