Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds List of Batch Agents to the README #543

Merged
merged 3 commits into from
Aug 29, 2019

Conversation

prabhatnagarajan
Copy link
Contributor

We currently don't specify in the README whether an agent is a batch agent or not. This PR does this.

Source for the data:

DQN, DDPG, PPO, TRPO, TD3, PCL, and SAC are batch agents by definition.

Categorical DQN, Rainbow (CategoricalDoubleDQN), and IQN are BatchAgents by inheriting DQN.

A3C is a BatchAgent via A2C.
NSQ is a BatchAgent via normal DQN with an N-Step buffer. Not sure how factually correct we're trying to be in calling these two agents "Batch" agents.

ACER is simply not a batch agent.

README.md Outdated Show resolved Hide resolved
@muupan
Copy link
Member

muupan commented Aug 29, 2019

/test

@pfn-ci-bot
Copy link
Collaborator

Successfully created a job for commit cb2774d:

@muupan muupan merged commit 0158d0b into chainer:master Aug 29, 2019
@prabhatnagarajan prabhatnagarajan deleted the batch_agents branch October 31, 2019 10:20
@muupan muupan added this to the v0.8 milestone Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants