Used LeakyReLU for actor
This commit is contained in:
parent
202ef358b0
commit
64cddc48ac
1 changed files with 3 additions and 0 deletions
3
game.py
3
game.py
|
@ -1,4 +1,7 @@
|
|||
import os
|
||||
|
||||
os.environ['PYGAME_HIDE_SUPPORT_PROMPT'] = "hide"
|
||||
|
||||
import sys
|
||||
import pygame
|
||||
|
||||
|
|
Loading…
Reference in a new issue