Skip to content
Snippets Groups Projects
Commit e2c56124 authored by Erik Nygren's avatar Erik Nygren :bullettrain_front:
Browse files

initial commiit of new tests

parent 735dd3f5
No related branches found
No related tags found
No related merge requests found
......@@ -33,3 +33,7 @@ def test_random_seeding():
assert env.agents[0].position == (3, 6)
# print("env.agents[0].initial_position == {}".format(env.agents[0].initial_position))
#print("assert env.agents[0].position == {}".format(env.agents[0].position))
def test_seeding_and_observations():
print("nothing yet")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment