diff --git a/replay.py b/replay.py index 0a4a110..ae837d1 100755 --- a/replay.py +++ b/replay.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!./.venv/bin/python3.10 import gym from gym.envs.registration import register import numpy as np diff --git a/requirements.txt b/requirements.txt index 8b13789..1c7fb17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,4 @@ - +gym +stable_baselines3 +#columbus +tensorboard diff --git a/test.py b/test.py index 52e27fd..0be23db 100755 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!./.venv/bin/python3.10 import gym from gym.envs.registration import register import numpy as np