Dr. Tristan Behrens

Results 28 comments of Dr. Tristan Behrens

Interesting! Please provide some details. What to do to recreate that error.

Thanks Pedro for the EXCELLENT suggestion! I will include DadaGP in a moment!

Thanks! We have decided to not use "reconstruction_loss" anymore. Instead we use "loss" again.

I see! Thanks for the clarification!

Thank you so very much!

@Shumna, any news? :D

I second that ;) There is quite some logging going on. Especially logging the position and angle.

Insterestingly I did not manage to turn logging of: ``` logging.disable(sys.maxsize) logger = logging.getLogger() logger.disabled = True logger = logging.getLogger("gym-duckietown") logger.disabled = True logging.disable(sys.maxsize) logging.basicConfig(level="ERROR") ``` Any ideas`

Addendum: Of course so need the app in the anywhere-else-folder :D

I guess one way would be quantizing the note sequence, which will make the time dimension discrete and then use a custom mapper. Also, you could check out the PianoRoll...