/chatGPT_RL_blog1

All resources used and generated in the blog post part 1

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Learning from the Master: Using ChatGPT for RL - part 1

All resources from the first part of the blog post.

boilerplatesfolder contains the skeleton code provided by the university and the original problem description in the README file. The Boilerplate code generated by chatGPT without any modification is also in that folder.

❯ tree -a  -I '__pycache__|.git|.gitignore|.DS_*' .
.
├── Boilerplates
│   ├── README.md
│   ├── chatGPT
│   │   ├── DQN_Agent_boilerplate.py
│   │   └── environment_boilerplate.py
│   └── university
│       ├── DQN_Agent_base.ipynb
│       └── environment.py
├── README.md
└── licence

4 directories, 7 files