Skip to content

Move Atari Wrappers#349

Merged
toslunar merged 13 commits intochainer:masterfrom
prabhatnagarajan:prune_dqn_example
Nov 14, 2018
Merged

Move Atari Wrappers#349
toslunar merged 13 commits intochainer:masterfrom
prabhatnagarajan:prune_dqn_example

Conversation

@prabhatnagarajan
Copy link
Copy Markdown
Contributor

This PR does the following:

  • Moves Atari wrappers into the chainerRL wrappers and calls new wrapper from example files
  • Other minor changes to examples

from chainerrl.wrappers.atari_wrappers import MaxAndSkipEnv # NOQA
from chainerrl.wrappers.atari_wrappers import EpisodicLifeEnv # NOQA
from chainerrl.wrappers.atari_wrappers import FireResetEnv # NOQA
from chainerrl.wrappers.atari_wrappers import NoopResetEnv # NOQA
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of these wrappers are specific to atari. I'd rather not make them available under chainerrl.wrappers.

Copy link
Copy Markdown
Member

@toslunar toslunar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you merge master and fix the use of atari_wrappers in the examples of BatchAgent?

Copy link
Copy Markdown
Member

@toslunar toslunar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@toslunar toslunar self-assigned this Nov 14, 2018
@toslunar toslunar merged commit d99c1de into chainer:master Nov 14, 2018
@toslunar toslunar added this to the v0.5 milestone Nov 14, 2018
@prabhatnagarajan prabhatnagarajan deleted the prune_dqn_example branch November 14, 2018 07:21
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