diff --git a/replay.py b/replay.py index ae837d1..db9c5fd 100755 --- a/replay.py +++ b/replay.py @@ -1,4 +1,4 @@ -#!./.venv/bin/python3.10 +#!/usr/bin/python3.10 import gym from gym.envs.registration import register import numpy as np diff --git a/test.py b/test.py index 0be23db..7e68c76 100755 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ -#!./.venv/bin/python3.10 +#!/usr/bin/python3 import gym from gym.envs.registration import register import numpy as np