# Fighting **Repository Path**: rpSebastian/Fighting ## Basic Information - **Project Name**: Fighting - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: N-Step-Learning - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-06 - **Last Updated**: 2021-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fighting ## install sudo apt-get install openjdk-8-jre xvfb pip install gym py4j port_for opencv-python cd FTG/malib && pip install -e . ## Command 所有命令需要在 FTG 文件夹下运行 ### Test env xvfb-run -s "-screen 0 600x400x24" python malib/example/test_env.py ### Train DQN xvfb-run -s "-screen 0 600x400x24" python malib/example/dqn_fighting.py tensorboard --logdir ./logs --reload_multifile True