-
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
-
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 Team, I'm trying to run the Actor-Learner API for Distributed Collection and Training as exaplained here:
https://github.com/tensorflow/agents/tree/master/tf_agents/experimental/distributed/exampl…
-
### What happened + What you expected to happen
1. When I put my config into the SACTrainer it tells me to specify the parameter "conv_filters" even though I have put it in the dictionary
My code:…
-
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…
-
APM (Application Performance Monitoring) is a great way to provide insights into application-layer transactions (and more).
However, APMs are generally based on a language and/or framework e.g. Jav…
-
I copied this notebook including the tic_tac_toe_env.py. I try to get the notebook running on Colab. I'm able to run all cells upto "Creating player objects".
Here I get the error:
```
Valu…
-
Running the visuallizer throws the error
```
File "visuallizer_rllib.py", line 263, in
visualizer_rllib(args)
File "visuallizer_rllib.py", line 170, in visualizer_rllib
info={'all_…