OutlierVentures / QTM-Interface

GNU General Public License v3.0
28 stars 18 forks source link

separated_agent_and_environmental_policies #6

Closed achimstruve closed 1 year ago

achimstruve commented 1 year ago

Solution to issue #5 Created a new sub directory parts that contains two new files agents.py and environment.py.

agents.py is currently empty. environment.py contains the policy vest_tokens from the previous file policies.py, which got deleted.

Also I moved the utils.py file from the ./Model directory to the new ./Model/parts directory.