Playing the game, testing a randomly acting agent, or training your own!

Once the installation is complete, you can test the game using your keyboard inputs by running the following commands:

          (rl_gym_book) praveen@ubuntu:~/HOIAWOG/ch9$ cd deepmindlab
          
          
          (rl_gym_book) praveen@ubuntu:~/HOIAWOG/ch9/deepmindlab$ bazel run :game -- --level_script=tests/empty_room_test
        

You can also test it with the help of a randomly acting agent using the following command:

          (rl_gym_book) praveen@ubuntu:~/HOIAWOG/ch9/deepmindlab$ bazel run :python_random_agent --define graphics=sdl -- --length=5000
        

To get started with your own agent development, you can use the example agent script that was already configured to interact with the DeepMind Lab environment. You ...

Get Hands-On Intelligent Agents with OpenAI Gym now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.