Skip to content
View JJFrisch's full-sized avatar

Highlights

  • Pro

Block or report JJFrisch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JJFrisch/README.md

Jake Frischmann (JJFrisch)

Computer Science + Physics • ML/RL • Robotics/Controls • Research-minded builder

Wayne, PA • JJFrisch@outlook.comResume: PDF


About me

I’m a dual-degree student in Computer Science & Physics at the University of Maryland. I am passionate about the beauty of algorithms and the ability to create things nearly anyone can use. The inspiration for the rest of my life is to engineer systems that pro‑socially shape the experiences of the people who interact with them.

Outside of school and projects: pick-up soccer and fantasy novels.

Languages & tools: Python, C/C++, Java, C#, Rust, Assembly, JavaScript/TypeScript, Linux, Git
Frameworks & libraries: PyTorch, TensorFlow, .NET MAUI, Unity, SolidWorks
Focus areas: reinforcement learning + search, data analysis/visualization, algorithm design, prototyping + iteration


Main projects

RoadTrip — route planning + trip tooling (project)

  • A trip-planning project focused on turning destinations into an actionable plan: building itineraries, organizing stops, and exploring routing/constraint ideas (time, distance, and priorities).
  • Built as a portfolio piece to show practical engineering: clear UI/flow, iterative scope, and real-world problem framing.

Repo: https://github.com/JJFrisch/RoadTrip


BlokusDuo — AI agents (PPO + MCTS + CNN)

2024 • Python / PyTorch

Repo: https://github.com/JJFrisch/BlokusDuo


MazeEscape — cross-platform maze puzzle game (.NET MAUI)

2023–present • C# / .NET MAUI

  • Cross-platform puzzle game with campaign progression and daily mazes.
  • Maze generation/solving focus, plus extensible progression content (skins, worlds, unlocks).

Repo: https://github.com/JJFrisch/MazeEscape


SpiRobControls — soft robotics prototyping + actuation experiments

2025 • CAD / 3D printing / Arduino

  • Internship work with Drexel’s Zheng Research Lab on soft robotic actuation prototypes and documentation.

Repo: https://github.com/JJFrisch/SpiRobControls

Other repos worth a look


GitHub stats

Jake's GitHub Stats Top Languages


Let’s connect

I’m open to collaboration, research discussions, and project work. Email me at JJFrisch@outlook.com.

Pinned Loading

  1. BlokusDuo BlokusDuo Public

    Explores the application of various artificial intelligence algorithms to a two-player, abstract strategy board game Blokus Duo, evaluating the performance of models in different simulated environm…

    Jupyter Notebook 3 1

  2. Maze-Theories Maze-Theories Public

    Working on basic graph theory in mazes by creating optimizing and solving mazes.

    Jupyter Notebook 1

  3. Flying-Glob-Game Flying-Glob-Game Public

    java based mini shooter game with powerups and stats

    Java