Hey there,
Just a quick note on the installation experience - I installed mlagents via pip as instructed, but it wouldn’t run. After some digging I discovered this was because I had the wrong version of cattrs. However when I tried to install 1.1.1 pip warned me that mlagents actually requires 1.1.0 or less.
I’m not sure if this is because 1.1.1 is new and thus mlagents’ package list hasn’t been updated, or if 1.1.1 specifically breaks something in mlagents I’m not aware of yet. But the 1.0.0 version, which mlagents accepts, did not allow mlagents --help to run because of an error in the typing library.
Hope this helps? Sorry if it’s a bit vague. This is a little out of my area.