-
Notifications
You must be signed in to change notification settings - Fork 15
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
robosuite #92
Closed
Closed
robosuite #92
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
- action mask - turn based play - connect four UI
* add debugger for docs in the next branch * correct the typo
* Fix config bug * Fix pytorch multiproccessing bug * Move torch specific multiprocessing config to torch imports * Add space to pass license test Co-authored-by: saikrishnagv_1996 <[email protected]>
* fix SimpleQueue issue * add a2c run config and reference in experiment * ToDos * black formatting * fix override_run in simple_a2c/cartpole
saikrishna-1996
requested review from
cloderic,
joshair,
lhnguyen102 and
sagarkurandwad
September 24, 2022 20:23
There are no continuous action based agents yet in the |
* add ppo for continuous actions * fix lint * remove debug folder * fix lint * fix lint * refactor gym env wrapper * latest code * multi envs with a single agent for ppo * remove debugger * latest code * clean code * fixed lint * remove time profiler results * uncomment the render option for gym * revised version according to the reviewers feedback
* TD3 * add exploration noise, black format * remove unused imports * new test * hacky fix to sample_space * add random action * current * fix shape bug in critic loss, add extra model params * current * converrging rewards afrer 400K time steps * black formatting * fix pylint issues * chill out pylint * disable pylint in td3.py
* isaac adapter, configs * add isaacgym requirements * arrange imports * add isaacgym installation instructions in README * fix import issue * edit requirements, readme, mlflow port * fixes * hydra config * add extra instructions for isaac gym * add full readme instructions * black format * Update config.yaml * Update import_class.py * Update environment.py * remove unused imports * disable pylint * pylint * pylint test * fixed some issues for isaac gym * black format * fixed some bugs * fix vugs (#102) * fix vugs * fix gym adapter Co-authored-by: Luong-Ha Nguyen <[email protected]> * black formatting * fix pylint * pylint * handle both discrete and continous actions * no cuda imposition in simple_a2c * config.environment_specs * pylint fix in TD3 * modified random action size * put replaybuffer back * fixed lint Co-authored-by: Luong-Ha Nguyen <[email protected]> Co-authored-by: Luong-Ha Nguyen <[email protected]> Co-authored-by: Luong-Ha Nguyen <[email protected]>
… using a tunnelling system (#109) * Fix missing constructor parameters * Introduce a trial lobby * Fix copyright notices * Adding documentation for ngrok based tunnel * Take into account review
sagarkurandwad
approved these changes
Jan 31, 2023
moving to #124 |
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.
No description provided.