├── Learn-with-Helper ├── __pycache__ │ ├── environment.cpython-36.pyc │ ├── environment.cpython-37.pyc │ ├── model.cpython-36.pyc │ ├── model.cpython-37.pyc │ ├── player_util.cpython-36.pyc │ ├── player_util.cpython-37.pyc │ ├── policy_domain.cpython-36.pyc │ ├── policy_domain.cpython-37.pyc │ ├── shared_optim.cpython-36.pyc │ ├── shared_optim.cpython-37.pyc │ ├── test.cpython-36.pyc │ ├── test.cpython-37.pyc │ ├── train.cpython-36.pyc │ ├── train.cpython-37.pyc │ ├── utils.cpython-36.pyc │ └── utils.cpython-37.pyc ├── environment.py ├── gym_eval.py ├── main.py ├── model.py ├── player_util.py ├── policy_domain.py ├── shared_optim.py ├── test.py ├── train.py └── utils.py └── README.md /Learn-with-Helper/__pycache__/environment.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/environment.cpython-36.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/environment.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/environment.cpython-37.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/model.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/model.cpython-36.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/model.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/model.cpython-37.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/player_util.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/player_util.cpython-36.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/player_util.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/player_util.cpython-37.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/policy_domain.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/policy_domain.cpython-36.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/policy_domain.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/policy_domain.cpython-37.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/shared_optim.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/shared_optim.cpython-36.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/shared_optim.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/shared_optim.cpython-37.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/test.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/test.cpython-36.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/test.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/test.cpython-37.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/train.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/train.cpython-36.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/train.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/train.cpython-37.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/utils.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/utils.cpython-36.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /Learn-with-Helper/environment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/environment.py -------------------------------------------------------------------------------- /Learn-with-Helper/gym_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/gym_eval.py -------------------------------------------------------------------------------- /Learn-with-Helper/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/main.py -------------------------------------------------------------------------------- /Learn-with-Helper/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/model.py -------------------------------------------------------------------------------- /Learn-with-Helper/player_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/player_util.py -------------------------------------------------------------------------------- /Learn-with-Helper/policy_domain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/policy_domain.py -------------------------------------------------------------------------------- /Learn-with-Helper/shared_optim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/shared_optim.py -------------------------------------------------------------------------------- /Learn-with-Helper/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/test.py -------------------------------------------------------------------------------- /Learn-with-Helper/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/train.py -------------------------------------------------------------------------------- /Learn-with-Helper/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/Learn-with-Helper/utils.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DennisWangCW/LwH/HEAD/README.md --------------------------------------------------------------------------------