Skip to content

Commit

Permalink
Group utilities, fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
GiBg1aN committed Jan 26, 2019
1 parent 6a557e9 commit 497e5d1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# RL_Library
# RL Library

Nowadays, artificial intelligence is covers an important role in industry and
scientific research. Next to clustering, deep learning and neural networks;
reinforcement learning is becoming more and more popular. In the present
work, the performance of reinforcement learning algorithms has been tested.
Further more, two types of results have been gathered:
Nowadays, artificial intelligence covers an important role in industry and
scientific research. Next to clustering, deep learning and neural networks,
reinforcement learning is becoming more and more popular. In the present work,
the performance of reinforcement learning algorithms has been tested. Further
more, two types of experiments have been performed:
- A solo-agent version, in which algorithms are executed as usual in the
given environment.
- A cooperative version, in which two or more algorithms work together
Expand All @@ -25,17 +25,16 @@ in order to take decisions.

## OpenAI Gym
OpenAI Gym is a toolkit for developing and comparing reinforcement learning
algorithms written in python. It provides a set of environments ranging
from simple textual games to emulated Atari games and physics problems.
Each environment is shipped with a set of possible actions/moves with a
related reward. The user has the possibility to obtain a standardised set of
environments in order to feed the reinforcement learning algorithm. Moreover,
an optional rendering is provided in order to offer a clear view of what
is happening in background. There are different types of environments, characterised
by different features such as:
- Observation space domain: discrete or continuous.
- Observation state type: memory representation or video frame.
- Reward range: finite or infinite set of values.
algorithms written in Python. It provides a set of environments ranging from simple
textual games to emulated Atari games and physics problems. Each environment
is shipped with a set of possible actions/moves with a related reward. The user can
use a standardised set of environments in order to feed the reinforcement learning
algorithm. Moreover, an optional rendering is provided in order to offer a clear
view of what is happening in background. There are different
types of environments, characterised by different features such as:
- **Observation space domain:** discrete or continuous.
- **Observation state type:** memory representation or video frame.
- **Reward range:** finite or infinite set of values.
- Steps limitation.
- Maximum number of trials.

Expand All @@ -47,3 +46,4 @@ by different features such as:
- Breakout (not fully tested)
- Pong (not fully tested)
- CartPole

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 497e5d1

Please sign in to comment.