-
I have a DQN agent with policy of type to train a gym environment (CartPole-v1). I am using tf_agents 0.16.0 and gym 0.23.0
During saving the policy tf_agents.policies.policy_saver.PolicySaver I am …
-
# Bug Description
Hi, I am trying do multi-agent learning on large grid with different algorithm like SAC. All my changes are as followed:
(1)modify multiagent_traffic_light_grid.py (flow/examp…
-
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…
-
Suppose I save some policy:
`
saver = PolicySaver(my_policy, batch_size=None)
`
`
saver.save('my_policy')
`
And then I load this policy
`
policy = tf.saved_model.load('../DATA/Multi/pol…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Have the ability to manage node_network_profile to set [application_security_group_ids](https://re…
-
I have an M1 Mac, so I've created a virtual env with Python 3.9 and installed tensorforce 0.6.5 and I am trying to set up a simple agent and train it to play Snake. Here is my main code:
```import te…
-
We have to find a solution to save agent's state during or after training to be able to use it after closing cloud notebook or restart training.
We need to clearly state the versions of agents (dat…
-
The tensorflow-macos branch is currently archived so I was hoping someone could help me find a fix for this Import error. Im trying to import keras-rl packages and its throwing errors because TensorFl…
-
Hi, I'm trying to build a simulation environment for a recommender system, where multiple timesteps from the environment will be treated as one single state for the Agent to learn the next action - e.…
-
Hello,
I work on AI project. I need to create with gym an environment and test it on dopamine with his agent (rainbow, dqn, ...). I already created this environment but cant launch him with Dopamine:…