Hello,
I’m currently trying to tweak the codes in RL_plus_script.py at RL baseline code.
I’m totally new to Minecraft with a little bit knowledge in RL.
Can you guys please give me any tips to overcome current state?
I currently trained the RL script with my local laptop DELL XPS-15-7590’s GeForce GPU and it shows about reward 2 for the mean_episode average reward. And as the guide line I tried to set each component in self._actions as the concatenation of single actions
e.g) self._actions = [(‘foward’, 1), (‘attack’, 1), (‘jump’, 1), (‘camera’ : …) and etc]
Is there any tips for this? I am really shocked to the results at leaderboard.