1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Release 1.0.0 (#382)

* Updating README
* Shortening test cycles
This commit is contained in:
Gal Novik
2019-07-24 16:10:58 +03:00
committed by GitHub
parent 718597ce9a
commit 2697142d5a
5 changed files with 46 additions and 38 deletions

View File

@@ -85,7 +85,7 @@ extras['all'] = all_deps
setup(
name='rl-coach' if not slim_package else 'rl-coach-slim',
version='0.12.1',
version='1.0.0',
description='Reinforcement Learning Coach enables easy experimentation with state of the art Reinforcement Learning algorithms.',
url='https://github.com/NervanaSystems/coach',
author='Intel AI Lab',