mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
comment and req
This commit is contained in:
@@ -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
@@ -1,4 +1,4 @@
|
||||
numpy
|
||||
regex
|
||||
tensorflow==1.15
|
||||
torch==1.2.0
|
||||
pyjarowinkler
|
||||
|
||||
Reference in New Issue
Block a user