Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbartyzel committed Jan 10, 2021
1 parent 6121be9 commit 59b8b1e
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 185 deletions.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# yadrl
Yet another deep reinforcement learning
# Yet Another Deep Reinforcement Learning (YADRL)

YADRL is set of implementations of reinforcement learning algorithms. It is
written fully in PyTorch.

## Implemented algorithms

![Algos](misc/implemented_algos.png)

## TODO

Algorithm implementation:

- [ ] PPO
- [ ] TRPO
- [ ] VPG
- [ ] PER
- [ ] APE-X
- [ ] MPO
- [ ] HER
- [ ] IQN and M-IQN
- [ ] FQF

Software improvements:

- [ ] Documentation
- [ ] Distributed training
- [ ] On-policy base agent
50 changes: 0 additions & 50 deletions experiments/lunar_lander_dpg.yaml

This file was deleted.

Empty file removed misc/.gitkeep
Empty file.
Loading

0 comments on commit 59b8b1e

Please sign in to comment.