remove python stuff & simple DQN implementation
This commit is contained in:
parent
3d01e8fe06
commit
480b2ff427
19 changed files with 608 additions and 989 deletions
|
|
@ -23,6 +23,8 @@ OPTIONS:
|
|||
- dummy: Default strategy selecting the first valid move
|
||||
- ai: AI strategy using the default model at models/trictrac_ppo.zip
|
||||
- ai:/path/to/model.zip: AI strategy using a custom model
|
||||
- dqn: DQN strategy using native Rust implementation with Burn
|
||||
- dqn:/path/to/model: DQN strategy using a custom model
|
||||
|
||||
ARGS:
|
||||
<INPUT>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue