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

(Idea) (Experiment) websocket remote connection #247

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: revert using worker_args in train.py
YuriCat committed Feb 4, 2022
commit 803d5be06ee7b462d663262117f5804b1384468a
2 changes: 0 additions & 2 deletions handyrl/train.py
Original file line number Diff line number Diff line change
@@ -423,9 +423,7 @@ class Learner:
def __init__(self, args, net=None, remote=False):
train_args = args['train_args']
env_args = args['env_args']
worker_args = args['worker_args']
train_args['env'] = env_args
train_args['worker'] = worker_args
args = train_args

self.args = args