Skip to content

Andy-wyx/machine-learning-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machine-learning-algorithms

Introduction

A summary of interesting machine learning models and reinforcement learning algorithms with my implementations. Here are some of my notes and docs related: notion and hand written notes (Not published yet)

Requirements

Try to follow this installation guide and installation notes(not published yet)

  • python
  • miniforge/anaconda
  • tensorflow
  • torch
  • gym
  • mujoco
  • mujoco-py
  • numpy

TBD

Algorithms

  • LSTM (on an env e.g. Adventure Atari game)
  • rainbow dqn
  • more implementation of Evolutionary Algorihms (EA) i.e. Genetic Algorithm and Evolution Strategy
  • distributed learning in RL (parallel or asynchronous)

Trainning the model

  • a better CNN, maxpooling ...
  • frameskipp
  • some reward engineering
  • NAS: Network Architecture Search

Others

  • save & load & plotting
  • enable GPU mode
  • enable CPU/GPU utilization monitoring

Reference

Tutorials

Code

Experiments

Papers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published