DQN Zoo is a collection of reference implementations of reinforcement learning agents developed at DeepMind based on the Deep Q-Network (DQN) agent.
Stars
495
Forks
83
Watchers
495
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
44
commits
9
commits
Unpin initial version of `python3-pip` as versions quickly become unavailable.
8f293aeView on GitHubUpdate nvidia/cuda:11.1-base references to nvidia/cuda:11.1.1-base.
84c5eb9View on GitHubUpdate version of pip in Dockerfile, the current version no longer exists.
8728c67View on GitHubReplace `from jax.config import config` with `from jax import config`
e2864afView on GitHubFix type annotation in IQN agent revealed by jnp.ndarray == jax.Array.
289379eView on GitHubFix or ignore some pytype errors related to jnp.ndarray == jax.Array.
21b3d90View on GitHubLSC: Migrate Python absl.flags uses to the type-aware FlagHolder API.
dbc52eeView on GitHub