Skip to content

piojanu/GradientAILab

Repository files navigation


What is it all about?

    In this project we want to explore reinforcement learning techniques in deep learning. Our baseline is experiment presented by Andrej Karpathy on his blog. You can find his post in pg_pong/etc directory. It's about lightweight Policy Gradient agent.
    Starting from reproduction of his work, we now go further developing better agents for reinforcement learning tasks we find interesting. Eventually, we will start whole new projects based on gained experience.
Along the road, articles/presentations for Gradient research circle and further should emerge.

Do you have your own project/idea or want to join one of our projects? Contact us now! Do you want to start working on AI? Read further!

How to start AI&RL journey?

    Do you want to start to work with Artificial Intelligence? Don't be scared! You just need some basic programming skills and great desire to learn and create incredible things :) We will find some tailor-made task for you. Contact us now!

Here you have some theoretical materials about DRL and ANNs to start with:

  1. Of course some background in Artificial Neural Networks:
  2. Artificial Intelligence grounding:
  3. Deep Reinforcement Learning:

Repository organization

(Preferred) Directory tree

.
├── README.md (This file. Organization, targets, tasks, descritptions etc.)
├── etc (Other resources related to reinforcement learning in general e.g. papers)
└── <project name> 
    ├── README.md (Project description, organization, milestones etc.)
    ├── doc (Articles, presentations, experiments descriptions and results etc.)
    ├── etc (Other resources related to project e.g. papers, diagrams etc.)
    └── src (All experiments live here.)
        ├── checkpoints (Saved models etc.)
        ├── codebase    (Classes, helpers, utils etc.)
        ├── logs        (All the logging related files.)
        ├── out         (All side products of scripts that don't fit anywhere else.)
        ├── third_party (As `codebase` + scripts but from third party.)
        └── script1.py  (All scripts performing experiments live in `src`.)

Contribution guidelines

See CONTRIBUTING.md in root directory of this repo.

Directions to explore

Contact us now

Administrator:

Piotr Januszewski
[email protected]


This is Gradient research circle project. Our website: http://gradient.eti.pg.gda.pl/
The truth is, we will send fully automated "Prometeusz" space cruise to the Solaris in colonization mission! Maybe..

About

Experiments with Deep Reinforcement Learning

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published