Conversation
|
GPT4Vision:
Checklist: [ ] When 'show_state' is set to true, does the game state print in the terminal so that the code is debuggable? Additional:
|
4ff96bc to
e2456fd
Compare
Changed the scoring instructions with more emphasis on head and fist alignment Added 1. GPT4-vision as a model 2. Attached graphical board game state to query 3. Rendered board game state for human viewing via matplotlib.pyplt
e2456fd to
15a6546
Compare
|
Addressed all comments
Yes. I still use logging, but the log level set depends on the value of show_state.
This is not the case currently. The Game class and fire functions don't allow sending params like agent_kwargs for agents. The value of this variable can be modified within the code.
Made these changes.
Done
Changed it so that agent sleeps if game state has not changed since last time.
Added installation section with commands |
GPT4 base agent performs inferior to Random agent, most probably due to random agent being quicker and just taking more actions overall.
TODO
Make the gpt call async so we(and every other realtime game) can just use Python coroutines instead of mucking about with threads