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