Giter Club home page Giter Club logo

helloai19 / augmented-random-search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iamsuvhro/augmented-random-search

0.0 0.0 0.0 38.87 MB

In this Repo I build Augmented Random Search its a game changing AI. It is very simple implementation it is able to do the exactly the same thing that Google Deep mind did in there accomplishment last year. Paper

Home Page: https://arxiv.org/pdf/1803.07055.pdf

License: MIT License

Python 100.00%

augmented-random-search's Introduction

Status npm

Augmented Random Search

Augmented Random Search is a game changing AI. It is very simple implementation it is able to do the exactly the same thing that Google Deepmind did in there accomplishment last year which is to which is to train an AI to workand run across a field. Augmented Random Search is 100x time faster and 100x time more powerful.

The best part is that with augmented random search is no need for complex Algorithms or Framework such as Tensorflow or PyTorch. This is the best AI in 2018.

Introduction

A common belief in model-free reinforcement learning is that methods based on random search in the parameter space of policies exhibit significantly worse sample complexity than those that explore the space of actions. We dispel such beliefs by introducing a random search method for training static, linear policies for continuous control problems, matching state-ofthe-art sample efficiency on the benchmark MuJoCo locomotion tasks. Our method also finds a nearly optimal controller for a challenging instance of the Linear Quadratic Regulator, a classical problem in control theory, when the dynamics are not known. Computationally, our random search algorithm is at least 15 times more efficient than the fastest competing model-free methods on these benchmarks. We take advantage of this computational efficiency to evaluate the performance of our method over hundreds of random seeds and many different hyperparameter configurations for each benchmark task. Our simulations highlight a high variability in performance in these benchmark tasks, suggesting that commonly used estimations of sample efficiency do not adequately evaluate the performance of RL algorithms.

Algorithm

Paper

https://arxiv.org/pdf/1803.07055.pdf

Requirements:

$ pip install -r requirements.txt

Usage

$ python ars.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.