0

I cannot find any full examples of using the DdpgAgent from tf-agents in TensorFlow and have not been able to get it to work. Could someone please link a full piece of code or a complete tutorial creating and training a ddpg agent and a data_spec for it.

4

3 回答 3

1

你可以在这里找到一个例子!我最近可以让它工作。

于 2021-02-12T13:39:01.563 回答
0

'Githup repo中似乎有一个。tf_agents不过,它是无证的。

于 2021-04-12T21:37:20.050 回答
0

我有一个简单的代码来训练 tf-agents 的 ddpg 代理,并在我的操作/观察数据规范上使用自定义环境。希望能有所帮助。在此处输入链接描述

于 2021-08-20T07:06:49.893 回答