Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] Confused about OpenAI Gym: Which listed actions are correct?

On:

https://github.com/openai/gym/blob/master/gym/envs/atari/atari_env.py

There seems to be a common list for every atari environment.

But if you use something like:

print(env.env.get_action_meanings())

It lists only a subsection of these options.

Could I use the same architecture for multiple games by using the “maximum” possible actions? Would the environment accept that?

submitted by /u/ReasonablyBadass
[link] [comments]