Skip to content
View jaybnash's full-sized avatar
๐Ÿ“œ
Writing a new chapter
๐Ÿ“œ
Writing a new chapter

Block or report jaybnash

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
jaybnash/README.md
     _                    ____ _ _   _           _       ____             __ _ _      
    | | __ _ _   _ ___   / ___(_) |_| |__  _   _| |__   |  _ \ _ __ ___  / _(_) | ___ 
 _  | |/ _` | | | / __| | |  _| | __| '_ \| | | | '_ \  | |_) | '__/ _ \| |_| | |/ _ \
| |_| | (_| | |_| \__ \ | |_| | | |_| | | | |_| | |_) | |  __/| | | (_) |  _| | |  __/
 \___/ \__,_|\__, |___/  \____|_|\__|_| |_|\__,_|_.__/  |_|   |_|  \___/|_| |_|_|\___|
             |___/                                                                    


I am an undergraduate at Connecticut College, double majoring in Computer Science and Physics. While I'm not reading science fiction novels or playing Dungeons and Dragons; I spend my time working on machine learning models and non-deterministic simulations in the Autonomous Agent Learning Lab. You can view my published work here. In my professional life, I work as a network admistrator and help desk technician for the Connecticut College IT Department, where I am currently working on standing up a student led security operations center.

๐Ÿ”ฌ Research Interests

My research is primarily focused on, but not limited to:

  • Game AI & Evolutionary Computation ๐Ÿงฌ
  • Lightweight Policy Learning & Concensus Mechanisms ๐Ÿ”ฎ
  • Robotics & Autonomous Agents ๐Ÿค–
  • Simulation of Evolutionary Dynamics ๐ŸŒฑ

โœจ Departmental Service

  • I am a Teaching Assistant for Computer Science courses COM212: Data Structures and COM410: Computational Intellegence ๐Ÿ“š
  • I am a Co-Chair on the Computer Science Student Advisory Board ๐Ÿ’ฌ

๐Ÿ› ๏ธ Technical Skills

Python Java Scheme LaTeX C# C C++

PyTorch TensorFlow scikit-learn sqlite NumPy Pandas JAX Numba Pgx

๐Ÿ“„ Official Documents

CV Resume


Last Updated: July 29th, 2025

Pinned Loading

  1. EvoSim EvoSim Public

    EvoSim simulates the natural behavior of speciation within a simple environment

    Python 1 1

  2. Xpilot-DCNN Xpilot-DCNN Public

    A project to create a DCNN classifier to play the game XPilot trained via Behavioral Cloning

    C 2

  3. NEAT-for-9x9Go NEAT-for-9x9Go Public

    Trains a NEAT policy to play 9x9 Go while benchmarking against Grumbel AlphaZero

    Python

  4. xyModel xyModel Public

    An xy model implemented in java for my thermodynamics class

    Java