Closed achimstruve closed 1 year ago
Solution to issue #5 Created a new sub directory parts that contains two new files agents.py and environment.py.
parts
agents.py
environment.py
agents.py is currently empty. environment.py contains the policy vest_tokens from the previous file policies.py, which got deleted.
vest_tokens
policies.py
Also I moved the utils.py file from the ./Model directory to the new ./Model/parts directory.
utils.py
./Model
./Model/parts
Solution to issue #5 Created a new sub directory
parts
that contains two new filesagents.py
andenvironment.py
.agents.py
is currently empty.environment.py
contains the policyvest_tokens
from the previous filepolicies.py
, which got deleted.Also I moved the
utils.py
file from the./Model
directory to the new./Model/parts
directory.