[rllib] [rfc] add contrib module and guideline for merging (#3565)

This adds guidelines for merging code into `rllib/contrib` vs `rllib/agents`. Also, clean up the agent import code to make registration easier.
This commit is contained in:
Eric Liang
2018-12-20 10:44:34 -08:00
committed by Richard Liaw
parent cf0c4745f4
commit 303883a3b6
17 changed files with 280 additions and 79 deletions
+1 -1
View File
@@ -339,4 +339,4 @@ class Trial(object):
identifier = self.trainable_name
if self.experiment_tag:
identifier += "_" + self.experiment_tag
return identifier
return identifier.replace("/", "_")