From 6d0b2bd2dd7c2667f6eb0872b3ecbbd1c287f5f7 Mon Sep 17 00:00:00 2001 From: kathrynoh23 <126970932+kathrynoh23@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:01:37 -0400 Subject: [PATCH] Kathryn Odell-Hamilton 2024.4.9 at 10:40am I watched your video and realized the instance of Game was supposed to happen. ________ I installed gym-retro package. I have the pip 24.0 version. Is this correct? ________ - Ran python -m retro.examples.simple Not sure if I am to see the following in Terminal In Terminal: A black screen appeared with double-width white lines dividing the board. There are 2 vertical lines and 5 horizontal lines with a small asterisk. Is this the board with an Agent, the asterisk? ________ I do see that its glitchy. I also read that was happening to some while reading Discord. Now I understand what's happening... When I press any keystroke, the Terminal records every action (keystrokes) on the sidebar in the log messages. Oh, so this is the Game.log. ok. ________ How do I escape out of the Game for future reference? I quit out of Terminal to run python -m retro.examples.debug. --- import retro.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 import retro.py diff --git a/import retro.py b/import retro.py new file mode 100644 index 0000000..239e181 --- /dev/null +++ b/import retro.py @@ -0,0 +1,2 @@ +import retro +env = retro.make(game='Airstriker-Genesis') \ No newline at end of file