sail-sg / envpool

C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.

Home Page:https://envpool.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Option to disable fire-reset in Atari environments

hrpan opened this issue · comments

commented

Motivation

Currently, the Atari wrappers include fire-reset by default and there is no way to disable it. However, this wrapper is not used in standard Atari experiments. (see openai/baselines#240 for discussion)

Solution

Add an option to disable it.

Checklist

  • I have checked that there is no similar issue in the repo (required)