environment setup

Install OpenAI Gym with Atari on macOS

It’s simple: install cmake and zlib first, and then install gym and atari environment on macOS. brew install cmake zlib pip install 'gym[atari]' The quotation marks are for people who are using zsh.