jjshoots/PyFlyt

Insights in Published Results

Closed this issue · 1 comments

Hi,

Thank you for your previous answer, it was very helpful.

I am looking to hopefully use this great simulation to test a new RL method of my own. In your published paper, you reference some results of different algorithms w/ different reward structures on different envs. (See below)

For example, it would be useful to see the architecture, training params for the SAC-Dense model.

Screenshot from 2024-02-18 11-16-14

I was wondering if you had any openly available code/repo that shows how you trained these agents, as information regarding architecture, training params, etc. is limited. I would love to have a look at the code for this.

Many thanks, :)
Dan

Thanks! Looking forward to see what you do with it. The training code is here: https://github.com/jjshoots/E2SAC/tree/ccge2_pyflyt

It starts from src/main.py. Unfortunately the code is pretty messy, but do let me know if you need any help navigating it. :)