comment and req

This commit is contained in:
AccidentallyOnPurpose
2019-12-23 23:36:09 +08:00
parent 535a004195
commit b16afd2280
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -169,7 +169,8 @@ def play():
if story_manager.story.results
else "\nWhat do you do now?"
) + "\n>"
#can this just be a for loop?
# (cloveranon) can this just be a for loop?
# (AccidentallyOP) yes, and it would look nicer to see them progress, but you might get duplicates
suggested_actions = ai_player.get_actions(action_prompt)
if len(suggested_actions):
suggested_actions_enum = [
+1 -1
View File
@@ -1,4 +1,4 @@
numpy
regex
tensorflow==1.15
torch==1.2.0
pyjarowinkler