Skip to content

Add PlayJev - #28

Open
unikcc wants to merge 1 commit into
hellogumbo:mainfrom
unikcc:add-playjev
Open

unikcc wants to merge 1 commit into
hellogumbo:mainfrom
unikcc:add-playjev

Conversation

@unikcc

@unikcc unikcc commented Sep 19, 2026

Copy link
Copy Markdown

One project, data/projects.json only, category games. npm run validate passes; 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/systemone request 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.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Summary by CodeRabbit

  • New Features
    • Added PlayJev to the projects listing, including its website, repository, category, language, and metadata.

@coderabbitai

coderabbitai Bot commented Sep 19, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: fc8ef168-b456-4363-a340-574fc4219299

📥 Commits

Reviewing files that changed from the base of the PR and between 776f499 and 39831e4.

📒 Files selected for processing (1)
  • data/projects.json

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The project catalog adds PlayJev to the games category with its repository, site, Python language, star count, and added date.

Changes

Project catalog

Layer / File(s) Summary
Add PlayJev project entry
data/projects.json
The projects array now includes PlayJev with its repository, site, games category, Python language, 0 stars, and added date of 2026-09-19.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Suggested reviewers: scald

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the primary change: adding PlayJev.
Description check ✅ Passed The description explains the project, category, validation result, unchanged generated files, authorship, and project purpose. It does not provide the repository or site URL in the Project field and d…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant