Commit Graph
23 Commits
Author SHA1 Message Date
Itai Caspi 3a399d1361 Tensorflow 1.10 and python 3.6 (#104)
* updating setup.py to install tensorflow 1.10 both on cpu and on gpu

* allow python 3.6
2018-09-02 10:12:00 +03:00
Itai Caspi 55c3034f4d Update README.md 2018-08-30 23:25:10 +03:00
Itai Caspi e5526b98f8 Update README.md 2018-08-30 22:58:37 +03:00
Itai Caspi 3fd0bf4f0f Update README.md 2018-08-26 12:09:46 +03:00
Itai Caspi 9f599f38cf Update README.md 2018-08-19 13:09:06 +03:00
Itai Caspi 824fdeee59 Update README with new coach aliases 2018-08-14 14:36:41 +03:00
Itai Caspi d44c329bb8 Update README.md 2018-06-25 17:46:01 +03:00
Itai Caspi cfd4fe0faf Update README.md 2018-06-25 17:43:15 +03:00
Itai Caspi d302168c8c Parallel agents fixes (#95)
* Parallel agents related bug fixes: checkpoint restore, tensorboard integration.
Adding narrow networks support.
Reference code for unlimited number of checkpoints
2018-05-24 14:24:19 +03:00
Itai Caspi f31159aad6 bug fixes for carla environment (#93) 2018-04-23 11:13:24 +03:00
Itai Caspi 52eb159f69 multiple bug fixes in dealing with measurements + CartPole_DFP preset (#92) 2018-04-23 10:44:46 +03:00
Itai Caspi a7206ed702 Multiple improvements and bug fixes (#66)
* Multiple improvements and bug fixes:

    * Using lazy stacking to save on memory when using a replay buffer
    * Remove step counting for evaluation episodes
    * Reset game between heatup and training
    * Major bug fixes in NEC (is reproducing the paper results for pong now)
    * Image input rescaling to 0-1 is now optional
    * Change the terminal title to be the experiment name
    * Observation cropping for atari is now optional
    * Added random number of noop actions for gym to match the dqn paper
    * Fixed a bug where the evaluation episodes won't start with the max possible ale lives
    * Added a script for plotting the results of an experiment over all the atari games
2018-02-26 12:29:07 +02:00
Itai Caspi a8d5fb7bdf Added a table of contents to the README 2018-01-27 14:31:53 +02:00
Itai Caspi 522c837e76 Update README.md 2018-01-22 12:15:23 +02:00
Itai Caspi 42f68f2e8a update the README with contact mail + small reformatting 2018-01-09 13:08:23 +02:00
Itai Caspi b435c6d2d7 updated the links to the new Intel AI website 2018-01-09 10:25:06 +02:00
Itai Caspi 645d9d47a9 Adding bibtex to the README 2018-01-03 21:11:57 +02:00
Itai Caspi 93a54c7e8e Added a link to the 2nd blog post 2017-12-20 17:18:49 +02:00
Itai Caspi 125c7ee38d Release 0.9
Main changes are detailed below:

New features -
* CARLA 0.7 simulator integration
* Human control of the game play
* Recording of human game play and storing / loading the replay buffer
* Behavioral cloning agent and presets
* Golden tests for several presets
* Selecting between deep / shallow image embedders
* Rendering through pygame (with some boost in performance)

API changes -
* Improved environment wrapper API
* Added an evaluate flag to allow convenient evaluation of existing checkpoints
* Improve frameskip definition in Gym

Bug fixes -
* Fixed loading of checkpoints for agents with more than one network
* Fixed the N Step Q learning agent python3 compatibility
2017-12-19 19:27:16 +02:00
Itai Caspi 11faf19649 QR-DQN bug fix and imporvements (#30)
* bug fix - QR-DQN using error instead of abs-error in the quantile huber loss

* improvement - QR-DQN sorting the quantile only once instead of batch_size times

* new feature - adding the Breakout QRDQN preset (verified to achieve good results)
2017-11-29 14:01:59 +02:00
Itai Caspi f5d645d8a6 resize training curves images 2017-11-09 09:13:12 +02:00
Itai Caspi 8ee9e46083 fixing some typos in the benchmarks README 2017-11-09 08:58:52 +02:00
Itai Caspi aacd9b5db8 Fixed link to MMC in the README 2017-10-21 20:26:45 +03:00