Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some problems about collecting data and model #12

Open
immortalsplay opened this issue Apr 4, 2023 · 1 comment
Open

Some problems about collecting data and model #12

immortalsplay opened this issue Apr 4, 2023 · 1 comment

Comments

@immortalsplay
Copy link

Hey, Tea Pea
Thank you for your excellent work! Me and my team inspired by your work and try to use it in Retake Mode. There are some questions:

  1. We try to collect data from some experts. So the “hacking”(read memory) way is not available. But when we used Win32api collect data we found CSGO always renew the mouse place. Can’t get stable data. Did you have that question before?
  2. We try to use decision transformer in this model but the ai doesn’t work well (states & actions input). Did you used RL or transformer when you training? Do you have some suggestions to improve the performers?
    Looking for your response.
@TeaPearce
Copy link
Owner

  1. Yes I had big trouble accurately capturing and sending mouse events. The RAM reading was the only was I found to work unfortunately.
  2. I did supervised BC, but using CNNs (+ lstm). I suppose the main idea should be similar if switching to transformers, but implementation might bring some issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants