From b16afd228082677b88630207c09ccc15d08f92df Mon Sep 17 00:00:00 2001 From: AccidentallyOnPurpose <4935931+AccidentallyOnPurpose@users.noreply.github.com4935931+AccidentallyOnPurpose@users.noreply.github.com> Date: Mon, 23 Dec 2019 23:36:09 +0800 Subject: [PATCH] comment and req --- play.py | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/play.py b/play.py index 3ea8f6c..7132cb6 100644 --- a/play.py +++ b/play.py @@ -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 = [ diff --git a/requirements.txt b/requirements.txt index ae16533..1bbbd34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy regex -tensorflow==1.15 +torch==1.2.0 pyjarowinkler