From 81ae3e3707b9636df69fdd073574a1eb566ac325 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 1 Jul 2022 12:19:57 +0200 Subject: [PATCH] Finalized venv support and added installation-instructions --- replay.py | 2 +- requirements.txt | 5 ++++- test.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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