# Evolutionary Pong Code ```bash id=d2e8048e-a9e6-4280-b533-c7881b31e6ef apt-get install -y python-numpy python-dev cmake zlib1g-dev libjpeg-dev xvfb libav-tools xorg-dev python-opengl libboost-all-dev libsdl2-dev swig ``` ```bash id=db7f35c5-6082-4662-9136-264abfe7ffd6 xvfb-run -s "-screen 0 1400x900x24" bash ``` ```bash id=30866621-f34b-4f03-ba13-a22259a4ff1e apt-get install -y python-numpy python-dev cmake zlib1g-dev libjpeg-dev xvfb libav-tools xorg-dev python-opengl libboost-all-dev libsdl2-dev swig ``` ```bash id=723618f0-bb26-4d1a-bfa2-6ccd8769aaf9 pip install gym[atari] ``` ```python id=f6c880e2-be5c-4267-935b-f04e0897a7aa import gym from PIL import Image env = gym.make('SpaceInvaders-v0') env.reset() ``` ```bash id=a78ba997-3a74-44c5-aea8-b6287198cb82 xvfb-run -s "-screen 0 1400x900x24" bash ``` ```python id=bfe21897-ec30-49b3-ae74-0ace4883d5d5 import matplotlib.pyplot as plt import gym env = gym.make('CartPole-v0') env.reset() img = env.render(mode='rgb_array') #for _ in range(1000): fig = plt.figure() plt.imshow(img) #env.step(env.action_space.sample()) fig ``` ```bash id=651968b8-9227-47e5-ba87-5fbc78f656fc pip install drawnow ``` content
This notebook was exported from https://nextjournal.com/a/C6gH49c6d8XoguAXFwZ4yL?change-id=C6rmSp6WbEbCwEbEbt1xLG ```edn nextjournal-metadata {:article {:settings {:image "nextjournal/ubuntu:17.04-7fe400f68"}, :nodes {"30866621-f34b-4f03-ba13-a22259a4ff1e" {:compute-ref "1283bf90f2221b3fc0cd18be22687452", :id "30866621-f34b-4f03-ba13-a22259a4ff1e", :kind "code", :name "long-wave", :output-log-lines {:stdout 1795, :line-results 0}}, "651968b8-9227-47e5-ba87-5fbc78f656fc" {:compute-ref "726b6361b7fbb47c6219ee2cb3bb41c7", :id "651968b8-9227-47e5-ba87-5fbc78f656fc", :kind "code", :name "green-morning", :output-log-lines {:stdout 19, :line-results 0}, :scope "723618f0-bb26-4d1a-bfa2-6ccd8769aaf9"}, "723618f0-bb26-4d1a-bfa2-6ccd8769aaf9" {:compute-ref "82ac7b0b4c43b58f7b15edc5e6986e82", :id "723618f0-bb26-4d1a-bfa2-6ccd8769aaf9", :kind "code", :name "still-cell", :output-log-lines {:stdout 32, :line-results 0}, :scope "db7f35c5-6082-4662-9136-264abfe7ffd6"}, "a78ba997-3a74-44c5-aea8-b6287198cb82" {:compute-ref "f8d557c286a1b2046f9786e3df61f37d", :id "a78ba997-3a74-44c5-aea8-b6287198cb82", :kind "code", :name "jolly-forest", :output-log-lines {:stdout 0, :line-results 0}, :scope "723618f0-bb26-4d1a-bfa2-6ccd8769aaf9"}, "bfe21897-ec30-49b3-ae74-0ace4883d5d5" {:compute-ref "28b690f7ecc82e5962cea483b31f5570", :id "bfe21897-ec30-49b3-ae74-0ace4883d5d5", :kind "code", :name "young-rain", :output-log-lines {:stdout 0, :line-results 5}, :scope "723618f0-bb26-4d1a-bfa2-6ccd8769aaf9"}, "d2e8048e-a9e6-4280-b533-c7881b31e6ef" {:compute-ref "dda6ecd201e079cc7a8a6fd653f6f2d9", :id "d2e8048e-a9e6-4280-b533-c7881b31e6ef", :kind "code", :name "plain-wood", :output-log-lines {:stdout 1795, :line-results 0}}, "db7f35c5-6082-4662-9136-264abfe7ffd6" {:compute-ref "1831f90b683d0f26b5aaa42c85eb0e38", :id "db7f35c5-6082-4662-9136-264abfe7ffd6", :kind "code", :name "frosty-star", :output-log-lines {:stdout 0, :line-results 0}, :scope "d2e8048e-a9e6-4280-b533-c7881b31e6ef"}, "f6c880e2-be5c-4267-935b-f04e0897a7aa" {:id "f6c880e2-be5c-4267-935b-f04e0897a7aa", :kind "code", :name "snowy-wood", :scope "723618f0-bb26-4d1a-bfa2-6ccd8769aaf9"}}, :nextjournal/id #uuid "59df7305-1b05-4d9d-9a27-00bf4775854f", :article/change {:nextjournal/id #uuid "59e5e9e6-ce7b-4b68-aba4-980632021bc9"}}} ```