Add PlayJev - #28
Open
unikcc wants to merge 1 commit into
Open
Add PlayJev#28unikcc wants to merge 1 commit into
unikcc wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe project catalog adds PlayJev to the games category with its repository, site, Python language, star count, and added date. ChangesProject catalog
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One project,
data/projects.jsononly, categorygames.npm run validatepasses; README and site left untouched.PlayJev is Qwen3.5-0.8B-Base fine-tuned to play ten classic browser games (Tetris, Snake, Pacman, a racer, Space Invaders, Sokoban, Infinite Mario, Floppy Bird, Breakout, 2048) from 448 px screenshots. Where Jev fits: state plus typed options in, a probability per option out. The state is the frame, the options are the game's legal moves in the frozen OpenJev prompt, and the answer is the softmax over the option letters at a single position, one forward pass with nothing generated. It serves the same
/v1/systemonerequest shape, so a demo tile can be pointed at a local server instead of the recordings. It is an open replica of the interface, not TypeSafe's model.I built it. Weights: https://huggingface.co/OmniJev/PlayJev-0.8B. The demo runs all ten games in the browser at once.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by CodeRabbit