Skip to content

Commit

Permalink
spark system code under maintenance, need to work with latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzimao committed Oct 18, 2019
1 parent 5daa5b6 commit 4055e89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions park/envs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
entry_point='park.envs.congestion_control:CongestionControlEnv',
)

register(
env_id='spark',
entry_point='park.envs.spark:SparkEnv',
)
# register(
# env_id='spark', # under maintenance
# entry_point='park.envs.spark:SparkEnv',
# )

register(
env_id='spark_sim',
Expand Down

0 comments on commit 4055e89

Please sign in to comment.