-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Atari Boxing game #8
base: main
Are you sure you want to change the base?
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