jrahn commited on
Commit
0a2b7af
·
verified ·
1 Parent(s): 03e85df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -114,8 +114,10 @@ demo = gr.Interface(
114
  fn=step_episode,
115
  inputs=gr.State(value=[START_POSITION, []]),
116
  outputs=[board, state_fen, move_history, gr.State()],
117
- title="RookWorld Self-Play Demo",
118
- description="Click the Generate-Button to generate a new move and environment response. On CPU this can take ",
 
 
119
  allow_flagging="never",
120
  analytics_enabled=False,
121
  submit_btn="Generate",
 
114
  fn=step_episode,
115
  inputs=gr.State(value=[START_POSITION, []]),
116
  outputs=[board, state_fen, move_history, gr.State()],
117
+ title="RookWorld Self-Play Demo",
118
+ description="""♜ RookWorld (GPT2-124M) Unified Policy & Environment Model
119
+ Both the *policy actions* and the *environment response* (dream) are fully generated by the model.
120
+ Click the **Generate**-button to generate a new move and environment response. On CPU this can take 30 seconds per step.""",
121
  allow_flagging="never",
122
  analytics_enabled=False,
123
  submit_btn="Generate",