Skip to content

How to train and test ilql model? #48

Answered by Cryolite
timercrack asked this question in Q&A
Discussion options

You must be logged in to vote

Please use train.py for training. extract_policy.py implements the AWR algorithm, which is used in the original IQL paper. However, extract_policy.py is for extracting a policy model from a trained Q-function model. If you simply want to make predictions, you can use the Q-function model directly, and I think there is no need to run extract_policy.py.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@timercrack
Comment options

Answer selected by timercrack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants