Lets test the RayObserver

This commit is contained in:
Dominik Moritz Roth 2022-06-19 20:33:25 +02:00
parent b04de18a88
commit d731695f2a

View File

@ -1,5 +1,5 @@
from time import sleep, time from time import sleep, time
from env import ColumbusEnv, ColumbusTest3_1 from env import *
import numpy as np import numpy as np
import pygame import pygame