Commit Graph
58 Commits
Author SHA1 Message Date
itaicaspi-intel 73cc6e39d0 bug fix for clipped ppo for discrete controls 2018-09-18 10:40:53 +03:00
itaicaspi-intel bb76c5c726 CARLA cleanups + calculating the distance to goal 2018-09-16 16:37:04 +03:00
itaicaspi-intel 6797824892 bug fixes in the CARLA dataset downloader and extractor 2018-09-16 14:27:22 +03:00
itaicaspi-intel 23a9f00e28 fix for human control 2018-09-16 12:43:15 +03:00
itaicaspi-intel cf892463e2 updated CARLA to allow using actions of size 3 + automatic downloading of the CARLA imitation dataset 2018-09-16 12:07:11 +03:00
itaicaspi-intel d3c8a5d7c1 remove some accidentaly committed files 2018-09-14 18:22:04 +03:00
itaicaspi-intel f8d3574b8c updated CARLA to allow the usage of predefined experiment suites 2018-09-14 18:07:24 +03:00
itaicaspi-intel e8a2b679d1 using the CoRL2017 experiment suite for CARLA_CIL 2018-09-13 16:59:22 +03:00
itaicaspi-intel 06c969951e adding docker and jenkins files 2018-09-13 16:07:47 +03:00
itaicaspi-intel d3f97cd93b initial CIL implementation (WIP) 2018-09-13 15:29:29 +03:00
itaicaspi-intel 99649c1626 progress bar update 2018-09-13 15:03:24 +03:00
itaicaspi-intel 607ef17431 added a simple progress bar implementation 2018-09-13 14:21:38 +03:00
itaicaspi-intel fa79d8d365 Carla updates 2018-09-13 11:47:36 +03:00
itaicaspi-intel fa4895f840 new traces 2018-09-13 11:47:36 +03:00
itaicaspi-intel a16d724963 removing some of the presets from the trace tests + more robust replay buffer loading 2018-09-12 15:26:16 +03:00
itaicaspi-intel 171fe97a3a imitation related bug fixes 2018-09-12 15:26:16 +03:00
itaicaspi-intel a9bd1047c4 load and save function for non-episodic replay buffers + carla improvements + network bug fixes 2018-09-12 15:26:16 +03:00
Itai Caspi d59a700248 updated benchmarks for pong and breakout for dueling ddqn with PER 2018-09-06 14:05:46 +03:00
itaicaspi-intel 2c62a40466 bug fix in dueling network + revert to TF 1.6 for CPU due to requirements compatibility issues 2018-09-02 13:38:16 +03:00
itaicaspi-intel fd2f4b0852 bug fix in HRL HER memory + some small improvements 2018-08-29 14:36:18 +03:00
itaicaspi-intel 658b437079 removing datasets + imports optimization 2018-08-27 10:54:11 +03:00
Itai Caspi c5165cd7d6 benchmarks and pip package updates 2018-08-19 14:23:20 +03:00
Itai Caspi 0be4a42701 updates needed for the pip package 2018-08-19 10:39:03 +03:00
Itai Caspi e2e8143b94 additional benchmarks for dqn and a3c 2018-08-18 15:21:50 +03:00
Itai Caspi 2d5688c737 additional benchmarks for a3c and dqn 2018-08-16 20:01:35 +03:00
Itai Caspi 1de04d6fee updated gifs in README + fix for multiworker crashes + improved Atari DQN and Dueling DDQN presets 2018-08-16 18:23:32 +03:00
itaicaspi-intel 7725dabc86 checkpoints bug fix 2018-05-26 17:49:13 +03:00
itaicaspi-intel 462c6e314b bug fix in nec checkpoint saving 2018-05-24 15:15:33 +03:00
itaicaspi-intel 6c0b59b4de constraining gym installation to version 0.9.4 2018-05-22 11:01:58 +03:00
itaicaspi-intel a57b7004a8 updating dashboard 2018-05-09 09:26:15 +03:00
itaicaspi-intel 5d5562bf62 moving the docs to github 2018-04-23 09:14:20 +03:00
Itai Caspi 72d34f4063 adding a flag to prevent summary 2018-02-15 13:47:14 +02:00
Itai Caspi 55c8c87afc allow visualizing the observation + bug fixes to coach summary 2018-02-15 13:47:14 +02:00
Itai Caspi 5d1a2bc392 Adding a summary when exiting coach 2018-02-13 11:11:26 +02:00
Itai Caspi ba96e585d2 appending csv's from logger instead of rewriting them 2018-02-12 14:52:50 +02:00
Itai Caspi 569ca39ce6 Dashboard color selection + removing old legend 2018-02-09 14:52:58 +02:00
Itai Caspi 8a4383e86f Added an improved legend to dashboard 2018-02-08 16:48:46 +02:00
Itai Caspi b071599cb0 updating intel optimized tensorflow to version 1.4 2018-02-08 09:20:29 +02:00
Itai Caspi 462fe9796b several bug fixes in dashboard 2018-02-07 12:49:34 +02:00
Itai Caspi 9e59d1960e bug fix for dumping gifs from doom 2017-12-20 13:10:34 +02:00
Itai Caspi 1ff0da2165 bug fix - fixed an issue with gifs dumping and bumped up Pillow version to 4.3.0 2017-11-13 12:22:42 +02:00
Itai Caspi 8d9ee4ea2b bug fix - fixed C51 presets hyperparameters 2017-11-10 13:22:42 +02:00
Itai Caspi c798be7bfb added training curves for some of the presets 2017-11-09 08:54:34 +02:00
Itai Caspi b40259c61a bug fix - remove import warning when everything was imported successfully + changed global step api to match TF 1.4 2017-11-06 17:28:13 +02:00
Itai Caspi fd103a7b69 updated the algorithms diagram with QR-DQN 2017-11-01 15:24:54 +02:00
Itai Caspi a8bce9828c new feature - implementation of Quantile Regression DQN (https://arxiv.org/pdf/1710.10044v1.pdf)
API change - Distributional DQN renamed to Categorical DQN
2017-11-01 15:09:07 +02:00
Itai Caspi 1ad6262307 bug fix - correcting the evaluation exploration control parameter logging 2017-10-31 13:50:40 +02:00
Itai Caspi e38611b9eb bug fix - updating Doom_Health_DFP and Breakout_DQN presets 2017-10-31 10:54:14 +02:00
Itai Caspi 913ab75e8a bug fix - preventing crashes when the probability of one of the actions is 0 in the policy head 2017-10-31 10:51:48 +02:00
Itai Caspi 1918f16079 imporved API for getting / setting variables within the graph 2017-10-31 10:51:48 +02:00
Itai Caspi 39cf78074c preventing the evaluation agent from getting stuck in bad policies by updating from the global network during episodes 2017-10-25 10:28:45 +03:00
Itai Caspi d3c6860421 removing some Gym wrapper code that was required for OpenAI Universe in the past 2017-10-25 10:01:10 +03:00
Itai Caspi 43bc359166 updated atari presets with v4 environment ids 2017-10-23 14:14:09 +03:00
Itai Caspi a1656c2ae6 fixed docs color for mobile 2017-10-23 11:46:27 +03:00
Itai Caspi 1e47257178 fixed gym installation (failed due to packages removal from apt-get repo) 2017-10-22 15:05:25 +03:00
Itai Caspi d976609127 fixed a typo in the installation script 2017-10-22 12:24:22 +03:00
Itai Caspi 497130098c renamed NGraph to neon in the installation script 2017-10-22 11:57:02 +03:00
Itai Caspi 00fca9b6e0 updated the paper links in the docs and restyled the theme 2017-10-19 17:16:12 +03:00