Skip to content

Commit

Permalink
Merge pull request #4 from StavrosOrf/new_env
Browse files Browse the repository at this point in the history
Adding a setup.py file
  • Loading branch information
StavrosOrf authored Jan 16, 2024
2 parents 6607627 + ee05e37 commit 7a46628
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 7 deletions.
2 changes: 1 addition & 1 deletion main_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
break

# env.plot()
exit()

# Solve optimally
#Power tracker optimizer
math_model = ev_city_power_tracker_model.EV_City_Math_Model(sim_file_path=new_replay_path)
Expand Down
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This is a setup file for the package

from setuptools import setup

setup(
name='EVsSimulator',
version='0.0.1',
description='A realistic V2X environment using gym',
author='Stavros Orfanoudakis',
py_modules=['EVsSimulator']
)

Loading

0 comments on commit 7a46628

Please sign in to comment.