├── DDPG_of_pytorch.py ├── ES_RL_of_pytorch.py ├── LICENSE └── README.md /DDPG_of_pytorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talebolano/example_of_reinforcement_lreaning_by_pytorch/HEAD/DDPG_of_pytorch.py -------------------------------------------------------------------------------- /ES_RL_of_pytorch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talebolano/example_of_reinforcement_lreaning_by_pytorch/HEAD/ES_RL_of_pytorch.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talebolano/example_of_reinforcement_lreaning_by_pytorch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/talebolano/example_of_reinforcement_lreaning_by_pytorch/HEAD/README.md --------------------------------------------------------------------------------