-
Notifications
You must be signed in to change notification settings - Fork 91
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
Integration of Continual Learning tasks and algorithm (WIP) #45
Draft
kalifou
wants to merge
171
commits into
araffin:master
Choose a base branch
from
GaspardQin:circular_movement_omnibot
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dQin/robotics-rl-srl into circular_movement_omnibot
…dQin/robotics-rl-srl into circular_movement_omnibot
…dQin/robotics-rl-srl into circular_movement_omnibot
…into circular_movement_omnibot
…dQin/robotics-rl-srl into circular_movement_omnibot
…dQin/robotics-rl-srl into circular_movement_omnibot
…fusioner_issue reward can be float for circular task and escaping task
…bot_data_fusioner_issue bug fix for dataset_merger
fail to resample, delte
adding escaping task and modify the `dataset merger` to give the option for preserving the dataset after the merge
delete jupyter notebook created for testing purpose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a draft - the code is still in development:
TODO
i.e:
Loading a model without an environment, this model cannot be trained until it has a valid environment. THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=55 error=3 : initialization error Process Process-2: Traceback (most recent call last): File "/home/rene/anaconda3/envs/py35/lib/python3.5/multiprocessing/process.py", line 252, in _bootstrap self.run() File "/home/rene/anaconda3/envs/py35/lib/python3.5/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) File "/home/rene/Documents/duplicate/robotics-rl-srl/rl_baselines/utils.py", line 186, in _run env_object=None) File "/home/rene/Documents/duplicate/robotics-rl-srl/state_representation/models.py", line 97, in loadSRLModel split_dimensions=split_dimensions, inverse_model_type=inverse_model_type) File "/home/rene/Documents/duplicate/robotics-rl-srl/state_representation/models.py", line 173, in __init__ self.model = self.model.to(self.device) File "/home/rene/anaconda3/envs/py35/lib/python3.5/site-packages/torch/nn/modules/module.py", line 381, in to return self._apply(convert) File "/home/rene/anaconda3/envs/py35/lib/python3.5/site-packages/torch/nn/modules/module.py", line 187, in _apply module._apply(fn) File "/home/rene/anaconda3/envs/py35/lib/python3.5/site-packages/torch/nn/modules/module.py", line 193, in _apply param.data = fn(param.data) File "/home/rene/anaconda3/envs/py35/lib/python3.5/site-packages/torch/nn/modules/module.py", line 379, in convert return t.to(device, dtype if t.is_floating_point() else None, non_blocking) File "/home/rene/anaconda3/envs/py35/lib/python3.5/site-packages/torch/cuda/__init__.py", line 162, in _lazy_init torch._C._cuda_init() RuntimeError: cuda runtime error (3) : initialization error at /pytorch/aten/src/THC/THCGeneral.cpp:55