agiantwhale / NavDoom

Maze navigation scenarios for VizDoom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set the number of green objects.

fanyuzeng opened this issue · comments

commented

Dear agiantwhale:
I run this following code:
python wad.py "maze.txt" "outputs/maze.wad" -b outputs/static_train_goal.o

There are so many green object (reward is +1). I change

the reward into -0.01 to transform green objects in the environment into obstacles. However, so many obstacles hinders algorithm's convergence, hence I want to set the number of green objects. How to deal with this propblem?

Best regards to you.