Pinned Repositories
bmcnns
Config files for my GitHub profile.
bryce-gp
A simple implementation of canonical Genetic Programming that is tested to work for symbolic regression
can-gp-learn-from-fqe-critic
can-gp-learn-from-td3-critic
csci-6509
Course project proposal for the Natural Language Processing class
distributed-tpg
emacs
My emacs config
gp-is-good-for-fqe
Testing out if Evolutionary Computation is better suited for FQE than neural networks
journal-for-bryce
A development / daily planner journal implemented in ncurses.
PyTPG
bmcnns's Repositories
bmcnns/PyTPG
bmcnns/bmcnns
Config files for my GitHub profile.
bmcnns/bryce-gp
A simple implementation of canonical Genetic Programming that is tested to work for symbolic regression
bmcnns/can-gp-learn-from-fqe-critic
bmcnns/can-gp-learn-from-td3-critic
bmcnns/csci-6509
Course project proposal for the Natural Language Processing class
bmcnns/distributed-tpg
bmcnns/emacs
My emacs config
bmcnns/gp-is-good-for-fqe
Testing out if Evolutionary Computation is better suited for FQE than neural networks
bmcnns/journal-for-bryce
A development / daily planner journal implemented in ncurses.
bmcnns/PyTPG-old
A Python implementation of Tangled Program Graphs for the NIMS lab at Dalhousie University. Forked from an earlier implementation by Ryan Amaral et al.
bmcnns/tamagatchi-uno
A Tamagatchi ported to an Arduino UNO using a SPI screen
bmcnns/tamagotchi
A real Tamagotchi emulator for Arduino UNO
bmcnns/tnng
Tangled Neural Network Graphs: a TPG experiment
bmcnns/tpg-honours-thesis
bmcnns/let-someone-else-imitate-td3
Rule out issues with my GP implementations by using established implementations
bmcnns/linear-gp
bmcnns/mujoco-map-elites
The CMA-ME quality diversity algorithm (using the PyRibs implementation) for the Mujoco environments.
bmcnns/natural-language-half-cheetah
Exploring the MAP Elites archive with natural language labelling and natural language search
bmcnns/neuro-fqe
Implementation of Neural Fitted-Q-Evaluation algorithm
bmcnns/offline-gp
A new semester's approach to Offline RL
bmcnns/TD3
TD3 implementation forked from Scott Fujimoto