-
I tried to use tf-agents, the latest version. However, if I run a simple class which only extends PyEnvironment but nothing else, I receive an with a message like
**module 'numpy' does not contain a…
-
The following code uses target distribution in the `softmax_cross_entropy_with_logits`. Is this correct?
https://github.com/google/dopamine/blob/6463bfa8660daf17823825ab884b118d3a57ea4e/dopamine/ag…
-
Hi,
I've been trying to make the TF-Agents examples work on my machine and I keep getting this error which I can't seem to find a solution for (went on Tensorflow's github repo to search for issues…
-
Hi, any chance to port the SimPLe Agent from [https://github.com/tensorflow/tensor2tensor/tree/master/tensor2tensor/rl](url) to work with basic GYM (like cartpole)?
Based on the Google blog, SimPLe…
-
I was trying to load a saved model policy using the following code, but it ends with errors pasted below
`saved_policy = tf.saved_model.load('policy_0') `
Software versions:
- Tensorflow =2.3…
n3011 updated
2 years ago
-
#### Use-cases
When provisioning items with allow lists such as Azure Key Vaults, Terraform cloud can provision the Key Vault, but there is not an easily listable group of IPs for the agents. As such…
-
Hello,
I'm trying to use a PPO tf-agent with a trained policy, but I get the following error
---------------------------------------------------------------------------
ValueError …
-
Dear authors:
I want to save an object of DistributionNetwork, is there any solution? I could only think of `pickle` which directly save the object, but I didn't find any method within tf_agents.…
Rejuy updated
2 years ago
-
Hello,
There is a tutorial on `Checkpointer`.
https://github.com/tensorflow/agents/blob/master/docs/tutorials/10_checkpointer_policysaver_tutorial.ipynb
In `Checkpointer` and `Restore checkpoi…
-
### Problem Description
Hello team, I'm not able to run this [example workload](https://github.com/ROCm/k8s-device-plugin/tree/master?tab=readme-ov-file#example-workload) on Kubernetes.
Kubernet…