kissin42 commited on
Commit
81429ea
·
verified ·
1 Parent(s): 4389f5f

Sync README: clarify autoregressive structure, move license to footer

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
 
15
  GPT-style transformers (GPT-2, Llama) running as RL policies in continuous-control environments.
16
 
17
- The autoregressive structure is the same on both sides:
18
 
19
  ```text
20
  token → next token (LLM generation)
 
14
 
15
  GPT-style transformers (GPT-2, Llama) running as RL policies in continuous-control environments.
16
 
17
+ Both LLM generation and RL interaction are autoregressive:
18
 
19
  ```text
20
  token → next token (LLM generation)