Last active
October 9, 2019 15:38
-
-
Save thunderInfy/fb71ebc1771c3cca4f0abed9b39bd3a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Problem Parameters | |
class jcp: | |
@staticmethod | |
def max_cars(): | |
return 20 | |
@staticmethod | |
def γ(): | |
return 0.9 | |
@staticmethod | |
def credit_reward(): | |
return 10 | |
@staticmethod | |
def moving_reward(): | |
return -2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment