Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rllib] Update concepts docs and add "Building Policies in Torch/TensorFlow" section #4821

Merged
merged 12 commits into from
May 27, 2019
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into concepts-docs
  • Loading branch information
ericl committed May 24, 2019
commit 5527fb420c5c8668a57e35786f2c2e775cf69693
2 changes: 1 addition & 1 deletion python/ray/rllib/agents/trainer_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def build_trainer(name,
class trainer_cls(Trainer):
_name = name
_default_config = default_config or COMMON_CONFIG
_policy_graph = default_policy
_policy = default_policy

def _init(self, config, env_creator):
if validate_config:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.