Skip to content

waypoint 문제 #65

@Accountance

Description

@Accountance

waypoint를 28개로 늘리고 KartAgent 오브젝트의 collider에도 waypoint 1~28 까지 다 집어넣었고

KartAgent.cs 코드도

if (way_point_passing_count >= 28) // 웨이포인트가 28이 되면
{
way_point_passing_count = 0;
m_EndEpisode = true; // 에피소드 초기화
}

로 수정 했는데 웨이포인트를 16개 정도 지날무렵 자꾸 에피소드가 초기화 되더라구요.
그래서 max step을 늘려놨는데도 똑같아서 어떻게 해결해야할지 모르겠습니다.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions